Html Css Color HEX #C4AA2E Earls Green

📋 copy color: '#C4AA2E'

red 196 ◦ green 170 ◦ blue 46

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

Shades of Earls Green #C4AA2E

Tints of Earls Green #C4AA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.17%

R = 47.57%
G = 41.26%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4AA2E (or 0xC4AA2E) is known color: Earls Green. HEX triplet: C4, AA and 2E. RGB value is (196,170,46). Sum of RGB (Red+Green+Blue) = 196+170+46=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AA2E is #3B55D1. Grayscale: #A4A4A4. Windows color (decimal): -3888594 or 3058372. OLE color: 3058372.

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

Color convert

RGB 196 170 46 -
CMYK 0 0.13 0.77 0.23
HSL 49.6º 0.62% 0.47% -
HSV(B) 49.6º 0.77% 0.77% -
XYZ 37.63 40.68 8.45 -
YUV 163.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 196 170 46 0 0.13 0.77 0.23 49.6 0.62 0.47
Hex C4 AA 2E 0 D 4D 17 32 3E 2F
Octal 304 252 56 0 15 115 27 62 76 57
Binary 11000100 10101010 101110 0 1101 1001101 10111 110010 111110 101111

Color Harmonies of #C4AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA2E

Black with #C4AA2E

Text Example


Text Example

White with #C4AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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