Html Css Color HEX #C2B522 Earls Green

📋 copy color: '#C2B522'

red 194 ◦ green 181 ◦ blue 34

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

Shades of Earls Green #C2B522

Tints of Earls Green #C2B522

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.25%

 BLUE value IS 34 (13.67% from 255) = 8.31%

R = 47.43%
G = 44.25%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C2B522 (or 0xC2B522) is known color: Earls Green. HEX triplet: C2, B5 and 22. RGB value is (194,181,34). Sum of RGB (Red+Green+Blue) = 194+181+34=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B522 is #3D4ADD. Grayscale: #A8A8A8. Windows color (decimal): -4016862 or 2274754. OLE color: 2274754.

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

Color convert

RGB 194 181 34 -
CMYK 0 0.07 0.82 0.24
HSL 55.13º 0.7% 0.45% -
HSV(B) 55.13º 0.82% 0.76% -
XYZ 39.06 44.63 8.07 -
YUV 168.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 194 181 34 0 0.07 0.82 0.24 55.13 0.7 0.45
Hex C2 B5 22 0 7 52 18 37 46 2D
Octal 302 265 42 0 7 122 30 67 106 55
Binary 11000010 10110101 100010 0 111 1010010 11000 110111 1000110 101101

Color Harmonies of #C2B522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B522

Black with #C2B522

Text Example


Text Example

White with #C2B522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B522; }

 p { color: rgb(194,181,34); }

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

background-color css

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

 a { background-color: rgb(194,181,34); }

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

border-color css

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

 span { border-color: rgb(194,181,34); }

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