Html Css Color HEX #C5B017 Earls Green

📋 copy color: '#C5B017'

red 197 ◦ green 176 ◦ blue 23

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

Shades of Earls Green #C5B017

Tints of Earls Green #C5B017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.81%

R = 49.75%
G = 44.44%
B = 5.81%

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

#C5B017 (or 0xC5B017) is known color: Earls Green. HEX triplet: C5, B0 and 17. RGB value is (197,176,23). Sum of RGB (Red+Green+Blue) = 197+176+23=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B017 is #3A4FE8. Grayscale: #A5A5A5. Windows color (decimal): -3821545 or 1552581. OLE color: 1552581.

HSL color Cylindrical-coordinate representation of color #C5B017: hue angle of 52.76º degrees, saturation: 0.79, 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 #C5B017 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 23 -
CMYK 0 0.11 0.88 0.23
HSL 52.76º 0.79% 0.43% -
HSV(B) 52.76º 0.88% 0.77% -
XYZ 38.71 42.98 7.07 -
YUV 164.84 47.96 150.94 -
System Red Green Blue C M Y K H S L
Decimal 197 176 23 0 0.11 0.88 0.23 52.76 0.79 0.43
Hex C5 B0 17 0 B 58 17 35 4F 2B
Octal 305 260 27 0 13 130 27 65 117 53
Binary 11000101 10110000 10111 0 1011 1011000 10111 110101 1001111 101011

Color Harmonies of #C5B017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B017

Black with #C5B017

Text Example


Text Example

White with #C5B017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B017; }

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

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

background-color css

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

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

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

border-color css

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

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

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