Html Css Color HEX #C2B322 Earls Green

📋 copy color: '#C2B322'

red 194 ◦ green 179 ◦ blue 34

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

Shades of Earls Green #C2B322

Tints of Earls Green #C2B322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.98%

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

R = 47.67%
G = 43.98%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C2B322 (or 0xC2B322) is known color: Earls Green. HEX triplet: C2, B3 and 22. RGB value is (194,179,34). Sum of RGB (Red+Green+Blue) = 194+179+34=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B322 is #3D4CDD. Grayscale: #A7A7A7. Windows color (decimal): -4017374 or 2274242. OLE color: 2274242.

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

Color convert

RGB 194 179 34 -
CMYK 0 0.08 0.82 0.24
HSL 54.38º 0.7% 0.45% -
HSV(B) 54.38º 0.82% 0.76% -
XYZ 38.66 43.83 7.94 -
YUV 166.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 194 179 34 0 0.08 0.82 0.24 54.38 0.7 0.45
Hex C2 B3 22 0 8 52 18 36 46 2D
Octal 302 263 42 0 10 122 30 66 106 55
Binary 11000010 10110011 100010 0 1000 1010010 11000 110110 1000110 101101

Color Harmonies of #C2B322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B322

Black with #C2B322

Text Example


Text Example

White with #C2B322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B322; }

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

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

background-color css

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

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

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

border-color css

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

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

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