Html Css Color HEX #C2B02C Earls Green

📋 copy color: '#C2B02C'

red 194 ◦ green 176 ◦ blue 44

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

Shades of Earls Green #C2B02C

Tints of Earls Green #C2B02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.63%

R = 46.86%
G = 42.51%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2B02C (or 0xC2B02C) is known color: Earls Green. HEX triplet: C2, B0 and 2C. RGB value is (194,176,44). Sum of RGB (Red+Green+Blue) = 194+176+44=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B02C is #3D4FD3. Grayscale: #A6A6A6. Windows color (decimal): -4018132 or 2928834. OLE color: 2928834.

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

Color convert

RGB 194 176 44 -
CMYK 0 0.09 0.77 0.24
HSL 52.8º 0.63% 0.47% -
HSV(B) 52.8º 0.77% 0.76% -
XYZ 38.23 42.7 8.61 -
YUV 166.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 194 176 44 0 0.09 0.77 0.24 52.8 0.63 0.47
Hex C2 B0 2C 0 9 4D 18 35 3F 2F
Octal 302 260 54 0 11 115 30 65 77 57
Binary 11000010 10110000 101100 0 1001 1001101 11000 110101 111111 101111

Color Harmonies of #C2B02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B02C

Black with #C2B02C

Text Example


Text Example

White with #C2B02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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