#C0B755

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

Shades of Olive Green #C0B755

Tints of Olive Green #C0B755

Color information

#C0B755 (or 0xC0B755) is unknown color: approx Olive Green. HEX triplet: C0, B7 and 55. RGB value is (192,183,85). Sum of RGB (Red+Green+Blue) = 192+183+85=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B755 is #3F48AA. Grayscale: #AEAEAE. Windows color (decimal): -4147371 or 5617600. OLE color: 5617600.

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

Color convert

RGB19218385-
CMYK00.050.560.25
HSL54.95º45.92%54.31%-
HSV(B)54.95º55.73%75.29%-
XYZ40.3145.7315.3-
YUV174.5277.48140.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 183 (71.88% from 255) = 39.78%
BLUE value IS 85 (33.59% from 255) = 18.48%
R=41.74%
G=39.78%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921838500.050.560.2554.9545.9254.31
HexC0B755053819372e36
Octal300267125057031675666
Binary11000000101101111010101010111100011001110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B755; }

 p { color: rgb(192,183,85); }

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

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

 a { background-color: rgb(192,183,85); }

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

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

 span { border-color: rgb(192,183,85); }

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