Html Css Color HEX #C0B117 Earls Green

📋 copy color: '#C0B117'

red 192 ◦ green 177 ◦ blue 23

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

Shades of Earls Green #C0B117

Tints of Earls Green #C0B117

RGB

 RED value IS 192 (75.39% from 255) = 48.98%

 GREEN value IS 177 (69.53% from 255) = 45.15%

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

R = 48.98%
G = 45.15%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0B117 (or 0xC0B117) is known color: Earls Green. HEX triplet: C0, B1 and 17. RGB value is (192,177,23). Sum of RGB (Red+Green+Blue) = 192+177+23=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B117 is #3F4EE8. Grayscale: #A4A4A4. Windows color (decimal): -4148969 or 1552832. OLE color: 1552832.

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

Color convert

RGB 192 177 23 -
CMYK 0 0.08 0.88 0.25
HSL 54.67º 0.79% 0.42% -
HSV(B) 54.67º 0.88% 0.75% -
XYZ 37.62 42.71 7.07 -
YUV 163.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 192 177 23 0 0.08 0.88 0.25 54.67 0.79 0.42
Hex C0 B1 17 0 8 58 19 37 4F 2A
Octal 300 261 27 0 10 130 31 67 117 52
Binary 11000000 10110001 10111 0 1000 1011000 11001 110111 1001111 101010

Color Harmonies of #C0B117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B117

Black with #C0B117

Text Example


Text Example

White with #C0B117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B117; }

 p { color: rgb(192,177,23); }

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

background-color css

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

 a { background-color: rgb(192,177,23); }

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

border-color css

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

 span { border-color: rgb(192,177,23); }

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