Html Css Color HEX #C5B425 Earls Green

📋 copy color: '#C5B425'

red 197 ◦ green 180 ◦ blue 37

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

Shades of Earls Green #C5B425

Tints of Earls Green #C5B425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.94%

R = 47.58%
G = 43.48%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C5B425 (or 0xC5B425) is known color: Earls Green. HEX triplet: C5, B4 and 25. RGB value is (197,180,37). Sum of RGB (Red+Green+Blue) = 197+180+37=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B425 is #3A4BDA. Grayscale: #A9A9A9. Windows color (decimal): -3820507 or 2471109. OLE color: 2471109.

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

Color convert

RGB 197 180 37 -
CMYK 0 0.09 0.81 0.23
HSL 53.63º 0.68% 0.46% -
HSV(B) 53.63º 0.81% 0.77% -
XYZ 39.68 44.65 8.28 -
YUV 168.78 53.63 148.13 -
System Red Green Blue C M Y K H S L
Decimal 197 180 37 0 0.09 0.81 0.23 53.63 0.68 0.46
Hex C5 B4 25 0 9 51 17 36 44 2E
Octal 305 264 45 0 11 121 27 66 104 56
Binary 11000101 10110100 100101 0 1001 1010001 10111 110110 1000100 101110

Color Harmonies of #C5B425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B425

Black with #C5B425

Text Example


Text Example

White with #C5B425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B425; }

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

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

background-color css

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

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

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

border-color css

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

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

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