Html Css Color HEX #C4AC0F Earls Green

📋 copy color: '#C4AC0F'

red 196 ◦ green 172 ◦ blue 15

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

Shades of Earls Green #C4AC0F

Tints of Earls Green #C4AC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.92%

R = 51.17%
G = 44.91%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4AC0F (or 0xC4AC0F) is known color: Earls Green. HEX triplet: C4, AC and 0F. RGB value is (196,172,15). Sum of RGB (Red+Green+Blue) = 196+172+15=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AC0F is #3B53F0. Grayscale: #A1A1A1. Windows color (decimal): -3888113 or 1027268. OLE color: 1027268.

HSL color Cylindrical-coordinate representation of color #C4AC0F: hue angle of 52.04º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4AC0F is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 172 15 -
CMYK 0 0.12 0.92 0.23
HSL 52.04º 0.86% 0.41% -
HSV(B) 52.04º 0.92% 0.77% -
XYZ 37.6 41.28 6.44 -
YUV 161.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 196 172 15 0 0.12 0.92 0.23 52.04 0.86 0.41
Hex C4 AC F 0 C 5C 17 34 56 29
Octal 304 254 17 0 14 134 27 64 126 51
Binary 11000100 10101100 1111 0 1100 1011100 10111 110100 1010110 101001

Color Harmonies of #C4AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AC0F

Black with #C4AC0F

Text Example


Text Example

White with #C4AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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