Html Css Color HEX #C5A81C Earls Green

📋 copy color: '#C5A81C'

red 197 ◦ green 168 ◦ blue 28

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

Shades of Earls Green #C5A81C

Tints of Earls Green #C5A81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 50.13%
G = 42.75%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5A81C (or 0xC5A81C) is known color: Earls Green. HEX triplet: C5, A8 and 1C. RGB value is (197,168,28). Sum of RGB (Red+Green+Blue) = 197+168+28=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A81C is #3A57E3. Grayscale: #A1A1A1. Windows color (decimal): -3823588 or 1878213. OLE color: 1878213.

HSL color Cylindrical-coordinate representation of color #C5A81C: hue angle of 49.7º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5A81C is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 168 28 -
CMYK 0 0.15 0.86 0.23
HSL 49.7º 0.75% 0.44% -
HSV(B) 49.7º 0.86% 0.77% -
XYZ 37.24 39.96 6.85 -
YUV 160.71 53.11 153.88 -
System Red Green Blue C M Y K H S L
Decimal 197 168 28 0 0.15 0.86 0.23 49.7 0.75 0.44
Hex C5 A8 1C 0 F 56 17 32 4B 2C
Octal 305 250 34 0 17 126 27 62 113 54
Binary 11000101 10101000 11100 0 1111 1010110 10111 110010 1001011 101100

Color Harmonies of #C5A81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A81C

Black with #C5A81C

Text Example


Text Example

White with #C5A81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A81C; }

 p { color: rgb(197,168,28); }

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

background-color css

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

 a { background-color: rgb(197,168,28); }

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

border-color css

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

 span { border-color: rgb(197,168,28); }

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