Html Css Color HEX #C5B429 Earls Green

📋 copy color: '#C5B429'

red 197 ◦ green 180 ◦ blue 41

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

Shades of Earls Green #C5B429

Tints of Earls Green #C5B429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

 BLUE value IS 41 (16.41% from 255) = 9.81%

R = 47.13%
G = 43.06%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5B429 (or 0xC5B429) is known color: Earls Green. HEX triplet: C5, B4 and 29. RGB value is (197,180,41). Sum of RGB (Red+Green+Blue) = 197+180+41=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B429 is #3A4BD6. Grayscale: #A9A9A9. Windows color (decimal): -3820503 or 2733253. OLE color: 2733253.

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

Color convert

RGB 197 180 41 -
CMYK 0 0.09 0.79 0.23
HSL 53.46º 0.66% 0.47% -
HSV(B) 53.46º 0.79% 0.77% -
XYZ 39.75 44.67 8.63 -
YUV 169.24 55.63 147.8 -
System Red Green Blue C M Y K H S L
Decimal 197 180 41 0 0.09 0.79 0.23 53.46 0.66 0.47
Hex C5 B4 29 0 9 4F 17 35 42 2F
Octal 305 264 51 0 11 117 27 65 102 57
Binary 11000101 10110100 101001 0 1001 1001111 10111 110101 1000010 101111

Color Harmonies of #C5B429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B429

Black with #C5B429

Text Example


Text Example

White with #C5B429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B429; }

 p { color: rgb(197,180,41); }

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

background-color css

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

 a { background-color: rgb(197,180,41); }

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

border-color css

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

 span { border-color: rgb(197,180,41); }

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