Html Css Color HEX #C4AB15 Earls Green

📋 copy color: '#C4AB15'

red 196 ◦ green 171 ◦ blue 21

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

Shades of Earls Green #C4AB15

Tints of Earls Green #C4AB15

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.07%

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 50.52%
G = 44.07%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4AB15 (or 0xC4AB15) is known color: Earls Green. HEX triplet: C4, AB and 15. RGB value is (196,171,21). Sum of RGB (Red+Green+Blue) = 196+171+21=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AB15 is #3B54EA. Grayscale: #A2A2A2. Windows color (decimal): -3888363 or 1420228. OLE color: 1420228.

HSL color Cylindrical-coordinate representation of color #C4AB15: hue angle of 51.43º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4AB15 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 21 -
CMYK 0 0.13 0.89 0.23
HSL 51.43º 0.81% 0.43% -
HSV(B) 51.43º 0.89% 0.77% -
XYZ 37.46 40.92 6.63 -
YUV 161.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 196 171 21 0 0.13 0.89 0.23 51.43 0.81 0.43
Hex C4 AB 15 0 D 59 17 33 51 2B
Octal 304 253 25 0 15 131 27 63 121 53
Binary 11000100 10101011 10101 0 1101 1011001 10111 110011 1010001 101011

Color Harmonies of #C4AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB15

Black with #C4AB15

Text Example


Text Example

White with #C4AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB15; }

 p { color: rgb(196,171,21); }

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

background-color css

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

 a { background-color: rgb(196,171,21); }

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

border-color css

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

 span { border-color: rgb(196,171,21); }

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