Html Css Color HEX #C2B013 Earls Green

📋 copy color: '#C2B013'

red 194 ◦ green 176 ◦ blue 19

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

Shades of Earls Green #C2B013

Tints of Earls Green #C2B013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.24%

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 49.87%
G = 45.24%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2B013 (or 0xC2B013) is known color: Earls Green. HEX triplet: C2, B0 and 13. RGB value is (194,176,19). Sum of RGB (Red+Green+Blue) = 194+176+19=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B013 is #3D4FEC. Grayscale: #A4A4A4. Windows color (decimal): -4018157 or 1290434. OLE color: 1290434.

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

Color convert

RGB 194 176 19 -
CMYK 0 0.09 0.90 0.24
HSL 53.83º 0.82% 0.42% -
HSV(B) 53.83º 0.9% 0.76% -
XYZ 37.89 42.57 6.84 -
YUV 163.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 194 176 19 0 0.09 0.90 0.24 53.83 0.82 0.42
Hex C2 B0 13 0 9 5A 18 36 52 2A
Octal 302 260 23 0 11 132 30 66 122 52
Binary 11000010 10110000 10011 0 1001 1011010 11000 110110 1010010 101010

Color Harmonies of #C2B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B013

Black with #C2B013

Text Example


Text Example

White with #C2B013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B013; }

 p { color: rgb(194,176,19); }

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

background-color css

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

 a { background-color: rgb(194,176,19); }

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

border-color css

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

 span { border-color: rgb(194,176,19); }

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