Html Css Color HEX #C2B029 Earls Green

📋 copy color: '#C2B029'

red 194 ◦ green 176 ◦ blue 41

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

Shades of Earls Green #C2B029

Tints of Earls Green #C2B029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.98%

R = 47.2%
G = 42.82%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C2B029 (or 0xC2B029) is known color: Earls Green. HEX triplet: C2, B0 and 29. RGB value is (194,176,41). Sum of RGB (Red+Green+Blue) = 194+176+41=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B029 is #3D4FD6. Grayscale: #A6A6A6. Windows color (decimal): -4018135 or 2732226. OLE color: 2732226.

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

Color convert

RGB 194 176 41 -
CMYK 0 0.09 0.79 0.24
HSL 52.94º 0.65% 0.46% -
HSV(B) 52.94º 0.79% 0.76% -
XYZ 38.17 42.68 8.32 -
YUV 165.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 194 176 41 0 0.09 0.79 0.24 52.94 0.65 0.46
Hex C2 B0 29 0 9 4F 18 35 41 2E
Octal 302 260 51 0 11 117 30 65 101 56
Binary 11000010 10110000 101001 0 1001 1001111 11000 110101 1000001 101110

Color Harmonies of #C2B029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B029

Black with #C2B029

Text Example


Text Example

White with #C2B029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B029; }

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

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

background-color css

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

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

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

border-color css

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

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

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