Html Css Color HEX #C5B427 Earls Green

📋 copy color: '#C5B427'

red 197 ◦ green 180 ◦ blue 39

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

Shades of Earls Green #C5B427

Tints of Earls Green #C5B427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.38%

R = 47.36%
G = 43.27%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C5B427 (or 0xC5B427) is known color: Earls Green. HEX triplet: C5, B4 and 27. RGB value is (197,180,39). Sum of RGB (Red+Green+Blue) = 197+180+39=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B427 is #3A4BD8. Grayscale: #A9A9A9. Windows color (decimal): -3820505 or 2602181. OLE color: 2602181.

HSL color Cylindrical-coordinate representation of color #C5B427: hue angle of 53.54º degrees, saturation: 0.67, 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 #C5B427 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 180 39 -
CMYK 0 0.09 0.80 0.23
HSL 53.54º 0.67% 0.46% -
HSV(B) 53.54º 0.8% 0.77% -
XYZ 39.71 44.66 8.45 -
YUV 169.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 197 180 39 0 0.09 0.80 0.23 53.54 0.67 0.46
Hex C5 B4 27 0 9 50 17 36 43 2E
Octal 305 264 47 0 11 120 27 66 103 56
Binary 11000101 10110100 100111 0 1001 1010000 10111 110110 1000011 101110

Color Harmonies of #C5B427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B427

Black with #C5B427

Text Example


Text Example

White with #C5B427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B427; }

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

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

background-color css

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

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

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

border-color css

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

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

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