#C0BA5D

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

Shades of Olive Green #C0BA5D

Tints of Olive Green #C0BA5D

Color information

#C0BA5D (or 0xC0BA5D) is unknown color: approx Olive Green. HEX triplet: C0, BA and 5D. RGB value is (192,186,93). Sum of RGB (Red+Green+Blue) = 192+186+93=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA5D is #3F45A2. Grayscale: #B1B1B1. Windows color (decimal): -4146595 or 6142656. OLE color: 6142656.

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

Color convert

RGB19218693-
CMYK00.030.520.25
HSL56.36º44%55.88%-
HSV(B)56.36º51.56%75.29%-
XYZ41.2747.1117.27-
YUV177.1980.49138.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=40.76%
G=39.49%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921869300.030.520.2556.364455.88
HexC0BA5D033419382c38
Octal300272135036431705470
Binary1100000010111010101110101111010011001111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA5D; }

 p { color: rgb(192,186,93); }

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

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

 a { background-color: rgb(192,186,93); }

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

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

 span { border-color: rgb(192,186,93); }

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