Html Css Color HEX #C4AC28 Earls Green

📋 copy color: '#C4AC28'

red 196 ◦ green 172 ◦ blue 40

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

Shades of Earls Green #C4AC28

Tints of Earls Green #C4AC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

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

R = 48.04%
G = 42.16%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C4AC28 (or 0xC4AC28) is known color: Earls Green. HEX triplet: C4, AC and 28. RGB value is (196,172,40). Sum of RGB (Red+Green+Blue) = 196+172+40=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC28 is #3B53D7. Grayscale: #A4A4A4. Windows color (decimal): -3888088 or 2665668. OLE color: 2665668.

HSL color Cylindrical-coordinate representation of color #C4AC28: hue angle of 50.77º 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 #C4AC28 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 172 40 -
CMYK 0 0.12 0.80 0.23
HSL 50.77º 0.66% 0.46% -
HSV(B) 50.77º 0.8% 0.77% -
XYZ 37.9 41.39 8 -
YUV 164.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 196 172 40 0 0.12 0.80 0.23 50.77 0.66 0.46
Hex C4 AC 28 0 C 50 17 33 42 2E
Octal 304 254 50 0 14 120 27 63 102 56
Binary 11000100 10101100 101000 0 1100 1010000 10111 110011 1000010 101110

Color Harmonies of #C4AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AC28

Black with #C4AC28

Text Example


Text Example

White with #C4AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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