Html Css Color HEX #C4A71F Earls Green

📋 copy color: '#C4A71F'

red 196 ◦ green 167 ◦ blue 31

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

Shades of Earls Green #C4A71F

Tints of Earls Green #C4A71F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.39%

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

R = 49.75%
G = 42.39%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4A71F (or 0xC4A71F) is known color: Earls Green. HEX triplet: C4, A7 and 1F. RGB value is (196,167,31). Sum of RGB (Red+Green+Blue) = 196+167+31=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A71F is #3B58E0. Grayscale: #A0A0A0. Windows color (decimal): -3889377 or 2074564. OLE color: 2074564.

HSL color Cylindrical-coordinate representation of color #C4A71F: hue angle of 49.45º 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 #C4A71F is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 167 31 -
CMYK 0 0.15 0.84 0.23
HSL 49.45º 0.73% 0.45% -
HSV(B) 49.45º 0.84% 0.77% -
XYZ 36.83 39.47 6.97 -
YUV 160.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 196 167 31 0 0.15 0.84 0.23 49.45 0.73 0.45
Hex C4 A7 1F 0 F 54 17 31 49 2D
Octal 304 247 37 0 17 124 27 61 111 55
Binary 11000100 10100111 11111 0 1111 1010100 10111 110001 1001001 101101

Color Harmonies of #C4A71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A71F

Black with #C4A71F

Text Example


Text Example

White with #C4A71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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