Html Css Color HEX #C4B428 Earls Green

📋 copy color: '#C4B428'

red 196 ◦ green 180 ◦ blue 40

#C4B428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #C4B428

Tints of Earls Green #C4B428

RGB

 RED value IS 196 (76.95% from 255) = 47.12%

 GREEN value IS 180 (70.7% from 255) = 43.27%

 BLUE value IS 40 (16.02% from 255) = 9.62%

R = 47.12%
G = 43.27%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C4B428 (or 0xC4B428) is known color: Earls Green. HEX triplet: C4, B4 and 28. RGB value is (196,180,40). Sum of RGB (Red+Green+Blue) = 196+180+40=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B428 is #3B4BD7. Grayscale: #A9A9A9. Windows color (decimal): -3886040 or 2667716. OLE color: 2667716.

HSL color Cylindrical-coordinate representation of color #C4B428: hue angle of 53.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4B428 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 40 -
CMYK 0 0.08 0.80 0.23
HSL 53.85º 0.66% 0.46% -
HSV(B) 53.85º 0.8% 0.77% -
XYZ 39.47 44.53 8.52 -
YUV 168.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 196 180 40 0 0.08 0.80 0.23 53.85 0.66 0.46
Hex C4 B4 28 0 8 50 17 36 42 2E
Octal 304 264 50 0 10 120 27 66 102 56
Binary 11000100 10110100 101000 0 1000 1010000 10111 110110 1000010 101110

Color Harmonies of #C4B428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B428

Black with #C4B428

Text Example


Text Example

White with #C4B428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B428; }

 p { color: rgb(196,180,40); }

 H1.HeaderClassName
 {
   color: #C4B428;
 }
 .AnyTagClassName
 {
   color: #C4B428;
 }
</style>

background-color css

<style>
 a { background-color: #C4B428; }

 a { background-color: rgb(196,180,40); }

 div.DivClassName
 {
   background-color: #C4B428;
 }
 .BgClassName
 {
   background-color: #C4B428;
 }
</style>

border-color css

<style>
 span { border-color: #C4B428; }

 span { border-color: rgb(196,180,40); }

 td.TdClassName
 {
   border-color: #C4B428;
 }
 .TagClassName
 {
   border-color: #C4B428;
 }
</style>