Html Css Color HEX #C2B224 Earls Green

📋 copy color: '#C2B224'

red 194 ◦ green 178 ◦ blue 36

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

Shades of Earls Green #C2B224

Tints of Earls Green #C2B224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.82%

R = 47.55%
G = 43.63%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2B224 (or 0xC2B224) is known color: Earls Green. HEX triplet: C2, B2 and 24. RGB value is (194,178,36). Sum of RGB (Red+Green+Blue) = 194+178+36=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B224 is #3D4DDB. Grayscale: #A7A7A7. Windows color (decimal): -4017628 or 2405058. OLE color: 2405058.

HSL color Cylindrical-coordinate representation of color #C2B224: hue angle of 53.92º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2B224 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 36 -
CMYK 0 0.08 0.81 0.24
HSL 53.92º 0.69% 0.45% -
HSV(B) 53.92º 0.81% 0.76% -
XYZ 38.49 43.44 8.02 -
YUV 166.6 54.3 147.55 -
System Red Green Blue C M Y K H S L
Decimal 194 178 36 0 0.08 0.81 0.24 53.92 0.69 0.45
Hex C2 B2 24 0 8 51 18 36 45 2D
Octal 302 262 44 0 10 121 30 66 105 55
Binary 11000010 10110010 100100 0 1000 1010001 11000 110110 1000101 101101

Color Harmonies of #C2B224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B224

Black with #C2B224

Text Example


Text Example

White with #C2B224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B224; }

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

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

background-color css

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

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

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

border-color css

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

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

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