Html Css Color HEX #C2B316 Earls Green

📋 copy color: '#C2B316'

red 194 ◦ green 179 ◦ blue 22

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

Shades of Earls Green #C2B316

Tints of Earls Green #C2B316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 49.11%
G = 45.32%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2B316 (or 0xC2B316) is known color: Earls Green. HEX triplet: C2, B3 and 16. RGB value is (194,179,22). Sum of RGB (Red+Green+Blue) = 194+179+22=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B316 is #3D4CE9. Grayscale: #A6A6A6. Windows color (decimal): -4017386 or 1487810. OLE color: 1487810.

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

Color convert

RGB 194 179 22 -
CMYK 0 0.08 0.89 0.24
HSL 54.77º 0.8% 0.42% -
HSV(B) 54.77º 0.89% 0.76% -
XYZ 38.51 43.77 7.18 -
YUV 165.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 194 179 22 0 0.08 0.89 0.24 54.77 0.8 0.42
Hex C2 B3 16 0 8 59 18 37 50 2A
Octal 302 263 26 0 10 131 30 67 120 52
Binary 11000010 10110011 10110 0 1000 1011001 11000 110111 1010000 101010

Color Harmonies of #C2B316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B316

Black with #C2B316

Text Example


Text Example

White with #C2B316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B316; }

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

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

background-color css

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

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

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

border-color css

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

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

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