Html Css Color HEX #C5B128 Earls Green

📋 copy color: '#C5B128'

red 197 ◦ green 177 ◦ blue 40

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

Shades of Earls Green #C5B128

Tints of Earls Green #C5B128

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 47.58%
G = 42.75%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C5B128 (or 0xC5B128) is known color: Earls Green. HEX triplet: C5, B1 and 28. RGB value is (197,177,40). Sum of RGB (Red+Green+Blue) = 197+177+40=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B128 is #3A4ED7. Grayscale: #A7A7A7. Windows color (decimal): -3821272 or 2666949. OLE color: 2666949.

HSL color Cylindrical-coordinate representation of color #C5B128: hue angle of 52.36º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5B128 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 40 -
CMYK 0 0.10 0.80 0.23
HSL 52.36º 0.66% 0.46% -
HSV(B) 52.36º 0.8% 0.77% -
XYZ 39.13 43.47 8.34 -
YUV 167.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 197 177 40 0 0.10 0.80 0.23 52.36 0.66 0.46
Hex C5 B1 28 0 A 50 17 34 42 2E
Octal 305 261 50 0 12 120 27 64 102 56
Binary 11000101 10110001 101000 0 1010 1010000 10111 110100 1000010 101110

Color Harmonies of #C5B128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B128

Black with #C5B128

Text Example


Text Example

White with #C5B128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B128; }

 p { color: rgb(197,177,40); }

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

background-color css

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

 a { background-color: rgb(197,177,40); }

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

border-color css

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

 span { border-color: rgb(197,177,40); }

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