Html Css Color HEX #C2B11C Earls Green

📋 copy color: '#C2B11C'

red 194 ◦ green 177 ◦ blue 28

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

Shades of Earls Green #C2B11C

Tints of Earls Green #C2B11C

RGB

 RED value IS 194 (76.17% from 255) = 48.62%

 GREEN value IS 177 (69.53% from 255) = 44.36%

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

R = 48.62%
G = 44.36%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2B11C (or 0xC2B11C) is known color: Earls Green. HEX triplet: C2, B1 and 1C. RGB value is (194,177,28). Sum of RGB (Red+Green+Blue) = 194+177+28=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B11C is #3D4EE3. Grayscale: #A5A5A5. Windows color (decimal): -4017892 or 1880514. OLE color: 1880514.

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

Color convert

RGB 194 177 28 -
CMYK 0 0.09 0.86 0.24
HSL 53.86º 0.75% 0.44% -
HSV(B) 53.86º 0.86% 0.76% -
XYZ 38.18 43 7.39 -
YUV 165.1 50.63 148.62 -
System Red Green Blue C M Y K H S L
Decimal 194 177 28 0 0.09 0.86 0.24 53.86 0.75 0.44
Hex C2 B1 1C 0 9 56 18 36 4B 2C
Octal 302 261 34 0 11 126 30 66 113 54
Binary 11000010 10110001 11100 0 1001 1010110 11000 110110 1001011 101100

Color Harmonies of #C2B11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B11C

Black with #C2B11C

Text Example


Text Example

White with #C2B11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B11C; }

 p { color: rgb(194,177,28); }

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

background-color css

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

 a { background-color: rgb(194,177,28); }

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

border-color css

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

 span { border-color: rgb(194,177,28); }

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