Html Css Color HEX #C4AF1A Earls Green

📋 copy color: '#C4AF1A'

red 196 ◦ green 175 ◦ blue 26

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

Shades of Earls Green #C4AF1A

Tints of Earls Green #C4AF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.08%

 BLUE value IS 26 (10.55% from 255) = 6.55%

R = 49.37%
G = 44.08%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4AF1A (or 0xC4AF1A) is known color: Earls Green. HEX triplet: C4, AF and 1A. RGB value is (196,175,26). Sum of RGB (Red+Green+Blue) = 196+175+26=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF1A is #3B50E5. Grayscale: #A4A4A4. Windows color (decimal): -3887334 or 1748932. OLE color: 1748932.

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

Color convert

RGB 196 175 26 -
CMYK 0 0.11 0.87 0.23
HSL 52.59º 0.77% 0.44% -
HSV(B) 52.59º 0.87% 0.77% -
XYZ 38.28 42.47 7.16 -
YUV 164.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 196 175 26 0 0.11 0.87 0.23 52.59 0.77 0.44
Hex C4 AF 1A 0 B 57 17 35 4D 2C
Octal 304 257 32 0 13 127 27 65 115 54
Binary 11000100 10101111 11010 0 1011 1010111 10111 110101 1001101 101100

Color Harmonies of #C4AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF1A

Black with #C4AF1A

Text Example


Text Example

White with #C4AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF1A; }

 p { color: rgb(196,175,26); }

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

background-color css

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

 a { background-color: rgb(196,175,26); }

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

border-color css

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

 span { border-color: rgb(196,175,26); }

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