Html Css Color HEX #C2B229 Earls Green

📋 copy color: '#C2B229'

red 194 ◦ green 178 ◦ blue 41

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

Shades of Earls Green #C2B229

Tints of Earls Green #C2B229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.1%

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

R = 46.97%
G = 43.1%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C2B229 (or 0xC2B229) is known color: Earls Green. HEX triplet: C2, B2 and 29. RGB value is (194,178,41). Sum of RGB (Red+Green+Blue) = 194+178+41=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B229 is #3D4DD6. Grayscale: #A7A7A7. Windows color (decimal): -4017623 or 2732738. OLE color: 2732738.

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

Color convert

RGB 194 178 41 -
CMYK 0 0.08 0.79 0.24
HSL 53.73º 0.65% 0.46% -
HSV(B) 53.73º 0.79% 0.76% -
XYZ 38.57 43.47 8.46 -
YUV 167.17 56.8 147.14 -
System Red Green Blue C M Y K H S L
Decimal 194 178 41 0 0.08 0.79 0.24 53.73 0.65 0.46
Hex C2 B2 29 0 8 4F 18 36 41 2E
Octal 302 262 51 0 10 117 30 66 101 56
Binary 11000010 10110010 101001 0 1000 1001111 11000 110110 1000001 101110

Color Harmonies of #C2B229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B229

Black with #C2B229

Text Example


Text Example

White with #C2B229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B229; }

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

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

background-color css

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

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

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

border-color css

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

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

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