Html Css Color HEX #C4A81F Earls Green

📋 copy color: '#C4A81F'

red 196 ◦ green 168 ◦ blue 31

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

Shades of Earls Green #C4A81F

Tints of Earls Green #C4A81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

 BLUE value IS 31 (12.5% from 255) = 7.85%

R = 49.62%
G = 42.53%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4A81F (or 0xC4A81F) is known color: Earls Green. HEX triplet: C4, A8 and 1F. RGB value is (196,168,31). Sum of RGB (Red+Green+Blue) = 196+168+31=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A81F is #3B57E0. Grayscale: #A1A1A1. Windows color (decimal): -3889121 or 2074820. OLE color: 2074820.

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

Color convert

RGB 196 168 31 -
CMYK 0 0.14 0.84 0.23
HSL 49.82º 0.73% 0.45% -
HSV(B) 49.82º 0.84% 0.77% -
XYZ 37.01 39.84 7.04 -
YUV 160.75 54.78 153.14 -
System Red Green Blue C M Y K H S L
Decimal 196 168 31 0 0.14 0.84 0.23 49.82 0.73 0.45
Hex C4 A8 1F 0 E 54 17 32 49 2D
Octal 304 250 37 0 16 124 27 62 111 55
Binary 11000100 10101000 11111 0 1110 1010100 10111 110010 1001001 101101

Color Harmonies of #C4A81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A81F

Black with #C4A81F

Text Example


Text Example

White with #C4A81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A81F; }

 p { color: rgb(196,168,31); }

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

background-color css

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

 a { background-color: rgb(196,168,31); }

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

border-color css

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

 span { border-color: rgb(196,168,31); }

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