Html Css Color HEX #C5B229 Earls Green

📋 copy color: '#C5B229'

red 197 ◦ green 178 ◦ blue 41

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

Shades of Earls Green #C5B229

Tints of Earls Green #C5B229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

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

R = 47.36%
G = 42.79%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5B229 (or 0xC5B229) is known color: Earls Green. HEX triplet: C5, B2 and 29. RGB value is (197,178,41). Sum of RGB (Red+Green+Blue) = 197+178+41=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B229 is #3A4DD6. Grayscale: #A8A8A8. Windows color (decimal): -3821015 or 2732741. OLE color: 2732741.

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

Color convert

RGB 197 178 41 -
CMYK 0 0.10 0.79 0.23
HSL 52.69º 0.66% 0.47% -
HSV(B) 52.69º 0.79% 0.77% -
XYZ 39.35 43.87 8.49 -
YUV 168.06 56.29 148.64 -
System Red Green Blue C M Y K H S L
Decimal 197 178 41 0 0.10 0.79 0.23 52.69 0.66 0.47
Hex C5 B2 29 0 A 4F 17 35 42 2F
Octal 305 262 51 0 12 117 27 65 102 57
Binary 11000101 10110010 101001 0 1010 1001111 10111 110101 1000010 101111

Color Harmonies of #C5B229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B229

Black with #C5B229

Text Example


Text Example

White with #C5B229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B229; }

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

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

background-color css

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

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

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

border-color css

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

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

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