Html Css Color HEX #C5B02B Earls Green

📋 copy color: '#C5B02B'

red 197 ◦ green 176 ◦ blue 43

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

Shades of Earls Green #C5B02B

Tints of Earls Green #C5B02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.34%

R = 47.36%
G = 42.31%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5B02B (or 0xC5B02B) is known color: Earls Green. HEX triplet: C5, B0 and 2B. RGB value is (197,176,43). Sum of RGB (Red+Green+Blue) = 197+176+43=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B02B is #3A4FD4. Grayscale: #A7A7A7. Windows color (decimal): -3821525 or 2863301. OLE color: 2863301.

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

Color convert

RGB 197 176 43 -
CMYK 0 0.11 0.78 0.23
HSL 51.82º 0.64% 0.47% -
HSV(B) 51.82º 0.78% 0.77% -
XYZ 38.99 43.1 8.55 -
YUV 167.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 197 176 43 0 0.11 0.78 0.23 51.82 0.64 0.47
Hex C5 B0 2B 0 B 4E 17 34 40 2F
Octal 305 260 53 0 13 116 27 64 100 57
Binary 11000101 10110000 101011 0 1011 1001110 10111 110100 1000000 101111

Color Harmonies of #C5B02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B02B

Black with #C5B02B

Text Example


Text Example

White with #C5B02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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