Html Css Color HEX #C2B01C Earls Green

📋 copy color: '#C2B01C'

red 194 ◦ green 176 ◦ blue 28

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

Shades of Earls Green #C2B01C

Tints of Earls Green #C2B01C

RGB

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

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

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

R = 48.74%
G = 44.22%
B = 7.04%

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

#C2B01C (or 0xC2B01C) is known color: Earls Green. HEX triplet: C2, B0 and 1C. RGB value is (194,176,28). Sum of RGB (Red+Green+Blue) = 194+176+28=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B01C is #3D4FE3. Grayscale: #A5A5A5. Windows color (decimal): -4018148 or 1880258. OLE color: 1880258.

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

Color convert

RGB 194 176 28 -
CMYK 0 0.09 0.86 0.24
HSL 53.49º 0.75% 0.44% -
HSV(B) 53.49º 0.86% 0.76% -
XYZ 37.98 42.6 7.32 -
YUV 164.51 50.96 149.03 -
System Red Green Blue C M Y K H S L
Decimal 194 176 28 0 0.09 0.86 0.24 53.49 0.75 0.44
Hex C2 B0 1C 0 9 56 18 35 4B 2C
Octal 302 260 34 0 11 126 30 65 113 54
Binary 11000010 10110000 11100 0 1001 1010110 11000 110101 1001011 101100

Color Harmonies of #C2B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B01C

Black with #C2B01C

Text Example


Text Example

White with #C2B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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