Html Css Color HEX #C0B017 Earls Green

📋 copy color: '#C0B017'

red 192 ◦ green 176 ◦ blue 23

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

Shades of Earls Green #C0B017

Tints of Earls Green #C0B017

RGB

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

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

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

R = 49.1%
G = 45.01%
B = 5.88%

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

#C0B017 (or 0xC0B017) is known color: Earls Green. HEX triplet: C0, B0 and 17. RGB value is (192,176,23). Sum of RGB (Red+Green+Blue) = 192+176+23=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B017 is #3F4FE8. Grayscale: #A3A3A3. Windows color (decimal): -4149225 or 1552576. OLE color: 1552576.

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

Color convert

RGB 192 176 23 -
CMYK 0 0.08 0.88 0.25
HSL 54.32º 0.79% 0.42% -
HSV(B) 54.32º 0.88% 0.75% -
XYZ 37.42 42.32 7.01 -
YUV 163.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 192 176 23 0 0.08 0.88 0.25 54.32 0.79 0.42
Hex C0 B0 17 0 8 58 19 36 4F 2A
Octal 300 260 27 0 10 130 31 66 117 52
Binary 11000000 10110000 10111 0 1000 1011000 11001 110110 1001111 101010

Color Harmonies of #C0B017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B017

Black with #C0B017

Text Example


Text Example

White with #C0B017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B017; }

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

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

background-color css

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

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

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

border-color css

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

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

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