Html Css Color HEX #C4AA1E Earls Green

📋 copy color: '#C4AA1E'

red 196 ◦ green 170 ◦ blue 30

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

Shades of Earls Green #C4AA1E

Tints of Earls Green #C4AA1E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.93%

 BLUE value IS 30 (12.11% from 255) = 7.58%

R = 49.49%
G = 42.93%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4AA1E (or 0xC4AA1E) is known color: Earls Green. HEX triplet: C4, AA and 1E. RGB value is (196,170,30). Sum of RGB (Red+Green+Blue) = 196+170+30=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AA1E is #3B55E1. Grayscale: #A2A2A2. Windows color (decimal): -3888610 or 2009796. OLE color: 2009796.

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

Color convert

RGB 196 170 30 -
CMYK 0 0.13 0.85 0.23
HSL 50.6º 0.73% 0.44% -
HSV(B) 50.6º 0.85% 0.77% -
XYZ 37.37 40.58 7.09 -
YUV 161.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 196 170 30 0 0.13 0.85 0.23 50.6 0.73 0.44
Hex C4 AA 1E 0 D 55 17 33 49 2C
Octal 304 252 36 0 15 125 27 63 111 54
Binary 11000100 10101010 11110 0 1101 1010101 10111 110011 1001001 101100

Color Harmonies of #C4AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA1E

Black with #C4AA1E

Text Example


Text Example

White with #C4AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA1E; }

 p { color: rgb(196,170,30); }

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

background-color css

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

 a { background-color: rgb(196,170,30); }

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

border-color css

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

 span { border-color: rgb(196,170,30); }

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