Html Css Color HEX #C2B019 Earls Green

📋 copy color: '#C2B019'

red 194 ◦ green 176 ◦ blue 25

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

Shades of Earls Green #C2B019

Tints of Earls Green #C2B019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 49.11%
G = 44.56%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2B019 (or 0xC2B019) is known color: Earls Green. HEX triplet: C2, B0 and 19. RGB value is (194,176,25). Sum of RGB (Red+Green+Blue) = 194+176+25=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B019 is #3D4FE6. Grayscale: #A4A4A4. Windows color (decimal): -4018151 or 1683650. OLE color: 1683650.

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

Color convert

RGB 194 176 25 -
CMYK 0 0.09 0.87 0.24
HSL 53.61º 0.77% 0.43% -
HSV(B) 53.61º 0.87% 0.76% -
XYZ 37.95 42.59 7.14 -
YUV 164.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 194 176 25 0 0.09 0.87 0.24 53.61 0.77 0.43
Hex C2 B0 19 0 9 57 18 36 4D 2B
Octal 302 260 31 0 11 127 30 66 115 53
Binary 11000010 10110000 11001 0 1001 1010111 11000 110110 1001101 101011

Color Harmonies of #C2B019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B019

Black with #C2B019

Text Example


Text Example

White with #C2B019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B019; }

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

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

background-color css

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

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

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

border-color css

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

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

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