Html Css Color HEX #C2B217 Earls Green

📋 copy color: '#C2B217'

red 194 ◦ green 178 ◦ blue 23

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

Shades of Earls Green #C2B217

Tints of Earls Green #C2B217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.82%

R = 49.11%
G = 45.06%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2B217 (or 0xC2B217) is known color: Earls Green. HEX triplet: C2, B2 and 17. RGB value is (194,178,23). Sum of RGB (Red+Green+Blue) = 194+178+23=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B217 is #3D4DE8. Grayscale: #A5A5A5. Windows color (decimal): -4017641 or 1553090. OLE color: 1553090.

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

Color convert

RGB 194 178 23 -
CMYK 0 0.08 0.88 0.24
HSL 54.39º 0.79% 0.43% -
HSV(B) 54.39º 0.88% 0.76% -
XYZ 38.32 43.37 7.16 -
YUV 165.11 47.8 148.6 -
System Red Green Blue C M Y K H S L
Decimal 194 178 23 0 0.08 0.88 0.24 54.39 0.79 0.43
Hex C2 B2 17 0 8 58 18 36 4F 2B
Octal 302 262 27 0 10 130 30 66 117 53
Binary 11000010 10110010 10111 0 1000 1011000 11000 110110 1001111 101011

Color Harmonies of #C2B217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B217

Black with #C2B217

Text Example


Text Example

White with #C2B217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B217; }

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

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

background-color css

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

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

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

border-color css

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

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

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