Html Css Color HEX #C2B629 Earls Green

📋 copy color: '#C2B629'

red 194 ◦ green 182 ◦ blue 41

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

Shades of Earls Green #C2B629

Tints of Earls Green #C2B629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.65%

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

R = 46.52%
G = 43.65%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C2B629 (or 0xC2B629) is known color: Earls Green. HEX triplet: C2, B6 and 29. RGB value is (194,182,41). Sum of RGB (Red+Green+Blue) = 194+182+41=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B629 is #3D49D6. Grayscale: #AAAAAA. Windows color (decimal): -4016599 or 2733762. OLE color: 2733762.

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

Color convert

RGB 194 182 41 -
CMYK 0 0.06 0.79 0.24
HSL 55.29º 0.65% 0.46% -
HSV(B) 55.29º 0.79% 0.76% -
XYZ 39.38 45.09 8.72 -
YUV 169.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 194 182 41 0 0.06 0.79 0.24 55.29 0.65 0.46
Hex C2 B6 29 0 6 4F 18 37 41 2E
Octal 302 266 51 0 6 117 30 67 101 56
Binary 11000010 10110110 101001 0 110 1001111 11000 110111 1000001 101110

Color Harmonies of #C2B629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B629

Black with #C2B629

Text Example


Text Example

White with #C2B629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B629; }

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

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

background-color css

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

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

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

border-color css

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

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

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