Html Css Color HEX #C5B02A Earls Green

📋 copy color: '#C5B02A'

red 197 ◦ green 176 ◦ blue 42

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

Shades of Earls Green #C5B02A

Tints of Earls Green #C5B02A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 42 (16.8% from 255) = 10.12%

R = 47.47%
G = 42.41%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5B02A (or 0xC5B02A) is known color: Earls Green. HEX triplet: C5, B0 and 2A. RGB value is (197,176,42). Sum of RGB (Red+Green+Blue) = 197+176+42=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B02A is #3A4FD5. Grayscale: #A7A7A7. Windows color (decimal): -3821526 or 2797765. OLE color: 2797765.

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

Color convert

RGB 197 176 42 -
CMYK 0 0.11 0.79 0.23
HSL 51.87º 0.65% 0.47% -
HSV(B) 51.87º 0.79% 0.77% -
XYZ 38.97 43.09 8.45 -
YUV 167 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 197 176 42 0 0.11 0.79 0.23 51.87 0.65 0.47
Hex C5 B0 2A 0 B 4F 17 34 41 2F
Octal 305 260 52 0 13 117 27 64 101 57
Binary 11000101 10110000 101010 0 1011 1001111 10111 110100 1000001 101111

Color Harmonies of #C5B02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B02A

Black with #C5B02A

Text Example


Text Example

White with #C5B02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B02A; }

 p { color: rgb(197,176,42); }

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

background-color css

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

 a { background-color: rgb(197,176,42); }

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

border-color css

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

 span { border-color: rgb(197,176,42); }

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