Html Css Color HEX #C5B015 Earls Green

📋 copy color: '#C5B015'

red 197 ◦ green 176 ◦ blue 21

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

Shades of Earls Green #C5B015

Tints of Earls Green #C5B015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.33%

R = 50%
G = 44.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C5B015 (or 0xC5B015) is known color: Earls Green. HEX triplet: C5, B0 and 15. RGB value is (197,176,21). Sum of RGB (Red+Green+Blue) = 197+176+21=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B015 is #3A4FEA. Grayscale: #A5A5A5. Windows color (decimal): -3821547 or 1421509. OLE color: 1421509.

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

Color convert

RGB 197 176 21 -
CMYK 0 0.11 0.89 0.23
HSL 52.84º 0.81% 0.43% -
HSV(B) 52.84º 0.89% 0.77% -
XYZ 38.69 42.98 6.97 -
YUV 164.61 46.96 151.1 -
System Red Green Blue C M Y K H S L
Decimal 197 176 21 0 0.11 0.89 0.23 52.84 0.81 0.43
Hex C5 B0 15 0 B 59 17 35 51 2B
Octal 305 260 25 0 13 131 27 65 121 53
Binary 11000101 10110000 10101 0 1011 1011001 10111 110101 1010001 101011

Color Harmonies of #C5B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B015

Black with #C5B015

Text Example


Text Example

White with #C5B015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B015; }

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

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

background-color css

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

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

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

border-color css

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

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

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