Html Css Color HEX #C5A61F Earls Green

📋 copy color: '#C5A61F'

red 197 ◦ green 166 ◦ blue 31

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

Shades of Earls Green #C5A61F

Tints of Earls Green #C5A61F

RGB

 RED value IS 197 (77.34% from 255) = 50%

 GREEN value IS 166 (65.23% from 255) = 42.13%

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

R = 50%
G = 42.13%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5A61F (or 0xC5A61F) is known color: Earls Green. HEX triplet: C5, A6 and 1F. RGB value is (197,166,31). Sum of RGB (Red+Green+Blue) = 197+166+31=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A61F is #3A59E0. Grayscale: #A0A0A0. Windows color (decimal): -3824097 or 2074309. OLE color: 2074309.

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

Color convert

RGB 197 166 31 -
CMYK 0 0.16 0.84 0.23
HSL 48.8º 0.73% 0.45% -
HSV(B) 48.8º 0.84% 0.77% -
XYZ 36.91 39.24 6.93 -
YUV 159.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 197 166 31 0 0.16 0.84 0.23 48.8 0.73 0.45
Hex C5 A6 1F 0 10 54 17 31 49 2D
Octal 305 246 37 0 20 124 27 61 111 55
Binary 11000101 10100110 11111 0 10000 1010100 10111 110001 1001001 101101

Color Harmonies of #C5A61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A61F

Black with #C5A61F

Text Example


Text Example

White with #C5A61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A61F; }

 p { color: rgb(197,166,31); }

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

background-color css

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

 a { background-color: rgb(197,166,31); }

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

border-color css

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

 span { border-color: rgb(197,166,31); }

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