Html Css Color HEX #C4AB13 Earls Green

📋 copy color: '#C4AB13'

red 196 ◦ green 171 ◦ blue 19

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

Shades of Earls Green #C4AB13

Tints of Earls Green #C4AB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.92%

R = 50.78%
G = 44.3%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C4AB13 (or 0xC4AB13) is known color: Earls Green. HEX triplet: C4, AB and 13. RGB value is (196,171,19). Sum of RGB (Red+Green+Blue) = 196+171+19=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AB13 is #3B54EC. Grayscale: #A1A1A1. Windows color (decimal): -3888365 or 1289156. OLE color: 1289156.

HSL color Cylindrical-coordinate representation of color #C4AB13: hue angle of 51.53º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4AB13 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 19 -
CMYK 0 0.13 0.90 0.23
HSL 51.53º 0.82% 0.42% -
HSV(B) 51.53º 0.9% 0.77% -
XYZ 37.45 40.91 6.54 -
YUV 161.15 47.78 152.86 -
System Red Green Blue C M Y K H S L
Decimal 196 171 19 0 0.13 0.90 0.23 51.53 0.82 0.42
Hex C4 AB 13 0 D 5A 17 34 52 2A
Octal 304 253 23 0 15 132 27 64 122 52
Binary 11000100 10101011 10011 0 1101 1011010 10111 110100 1010010 101010

Color Harmonies of #C4AB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB13

Black with #C4AB13

Text Example


Text Example

White with #C4AB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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