Html Css Color HEX #C2B017 Earls Green

📋 copy color: '#C2B017'

red 194 ◦ green 176 ◦ blue 23

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

Shades of Earls Green #C2B017

Tints of Earls Green #C2B017

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.78%

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

R = 49.36%
G = 44.78%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2B017 (or 0xC2B017) is known color: Earls Green. HEX triplet: C2, B0 and 17. RGB value is (194,176,23). Sum of RGB (Red+Green+Blue) = 194+176+23=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B017 is #3D4FE8. Grayscale: #A4A4A4. Windows color (decimal): -4018153 or 1552578. OLE color: 1552578.

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

Color convert

RGB 194 176 23 -
CMYK 0 0.09 0.88 0.24
HSL 53.68º 0.79% 0.43% -
HSV(B) 53.68º 0.88% 0.76% -
XYZ 37.93 42.58 7.03 -
YUV 163.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 194 176 23 0 0.09 0.88 0.24 53.68 0.79 0.43
Hex C2 B0 17 0 9 58 18 36 4F 2B
Octal 302 260 27 0 11 130 30 66 117 53
Binary 11000010 10110000 10111 0 1001 1011000 11000 110110 1001111 101011

Color Harmonies of #C2B017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B017

Black with #C2B017

Text Example


Text Example

White with #C2B017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B017; }

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

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

background-color css

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

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

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

border-color css

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

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

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