Html Css Color HEX #C2B11B Earls Green

📋 copy color: '#C2B11B'

red 194 ◦ green 177 ◦ blue 27

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

Shades of Earls Green #C2B11B

Tints of Earls Green #C2B11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.78%

R = 48.74%
G = 44.47%
B = 6.78%

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

#C2B11B (or 0xC2B11B) is known color: Earls Green. HEX triplet: C2, B1 and 1B. RGB value is (194,177,27). Sum of RGB (Red+Green+Blue) = 194+177+27=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B11B is #3D4EE4. Grayscale: #A5A5A5. Windows color (decimal): -4017893 or 1814978. OLE color: 1814978.

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

Color convert

RGB 194 177 27 -
CMYK 0 0.09 0.86 0.24
HSL 53.89º 0.76% 0.43% -
HSV(B) 53.89º 0.86% 0.76% -
XYZ 38.17 42.99 7.32 -
YUV 164.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 194 177 27 0 0.09 0.86 0.24 53.89 0.76 0.43
Hex C2 B1 1B 0 9 56 18 36 4C 2B
Octal 302 261 33 0 11 126 30 66 114 53
Binary 11000010 10110001 11011 0 1001 1010110 11000 110110 1001100 101011

Color Harmonies of #C2B11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B11B

Black with #C2B11B

Text Example


Text Example

White with #C2B11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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