#C0BC51

Color #C0BC51 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #C0BC51

Tints of Olive Green #C0BC51

Color information

#C0BC51 (or 0xC0BC51) is unknown color: approx Olive Green. HEX triplet: C0, BC and 51. RGB value is (192,188,81). Sum of RGB (Red+Green+Blue) = 192+188+81=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC51 is #3F43AE. Grayscale: #B1B1B1. Windows color (decimal): -4146095 or 5356736. OLE color: 5356736.

HSL color Cylindrical-coordinate representation of color #C0BC51: hue angle of 57.84º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0BC51 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19218881-
CMYK00.020.580.25
HSL57.84º46.84%53.53%-
HSV(B)57.84º57.81%75.29%-
XYZ41.2147.7714.83-
YUV17773.83138.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 81 (32.03% from 255) = 17.57%
R=41.65%
G=40.78%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921888100.020.580.2557.8446.8453.53
HexC0BC51023A193a2f36
Octal300274121027231725766
Binary1100000010111100101000101011101011001111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BC51; }

 p { color: rgb(192,188,81); }

 H1.HeaderClassName
 {
   color: #C0BC51;
 }
 .AnyTagClassName
 {
   color: #C0BC51;
 }
</style>
background-color css

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

 a { background-color: rgb(192,188,81); }

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

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

 span { border-color: rgb(192,188,81); }

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