Html Css Color HEX #C5B21C Earls Green

📋 copy color: '#C5B21C'

red 197 ◦ green 178 ◦ blue 28

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

Shades of Earls Green #C5B21C

Tints of Earls Green #C5B21C

RGB

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

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

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

R = 48.88%
G = 44.17%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5B21C (or 0xC5B21C) is known color: Earls Green. HEX triplet: C5, B2 and 1C. RGB value is (197,178,28). Sum of RGB (Red+Green+Blue) = 197+178+28=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B21C is #3A4DE3. Grayscale: #A7A7A7. Windows color (decimal): -3821028 or 1880773. OLE color: 1880773.

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

Color convert

RGB 197 178 28 -
CMYK 0 0.10 0.86 0.23
HSL 53.25º 0.75% 0.44% -
HSV(B) 53.25º 0.86% 0.77% -
XYZ 39.16 43.79 7.49 -
YUV 166.58 49.79 149.7 -
System Red Green Blue C M Y K H S L
Decimal 197 178 28 0 0.10 0.86 0.23 53.25 0.75 0.44
Hex C5 B2 1C 0 A 56 17 35 4B 2C
Octal 305 262 34 0 12 126 27 65 113 54
Binary 11000101 10110010 11100 0 1010 1010110 10111 110101 1001011 101100

Color Harmonies of #C5B21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B21C

Black with #C5B21C

Text Example


Text Example

White with #C5B21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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