Html Css Color HEX #C5B018 Earls Green

📋 copy color: '#C5B018'

red 197 ◦ green 176 ◦ blue 24

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

Shades of Earls Green #C5B018

Tints of Earls Green #C5B018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 49.62%
G = 44.33%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C5B018 (or 0xC5B018) is known color: Earls Green. HEX triplet: C5, B0 and 18. RGB value is (197,176,24). Sum of RGB (Red+Green+Blue) = 197+176+24=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B018 is #3A4FE7. Grayscale: #A5A5A5. Windows color (decimal): -3821544 or 1618117. OLE color: 1618117.

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

Color convert

RGB 197 176 24 -
CMYK 0 0.11 0.88 0.23
HSL 52.72º 0.78% 0.43% -
HSV(B) 52.72º 0.88% 0.77% -
XYZ 38.72 42.99 7.12 -
YUV 164.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 197 176 24 0 0.11 0.88 0.23 52.72 0.78 0.43
Hex C5 B0 18 0 B 58 17 35 4E 2B
Octal 305 260 30 0 13 130 27 65 116 53
Binary 11000101 10110000 11000 0 1011 1011000 10111 110101 1001110 101011

Color Harmonies of #C5B018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B018

Black with #C5B018

Text Example


Text Example

White with #C5B018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B018; }

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

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

background-color css

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

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

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

border-color css

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

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

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