#C3BA5B

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

Shades of Olive Green #C3BA5B

Tints of Olive Green #C3BA5B

Color information

#C3BA5B (or 0xC3BA5B) is unknown color: approx Olive Green. HEX triplet: C3, BA and 5B. RGB value is (195,186,91). Sum of RGB (Red+Green+Blue) = 195+186+91=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA5B is #3C45A4. Grayscale: #B2B2B2. Windows color (decimal): -3949989 or 6011587. OLE color: 6011587.

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

Color convert

RGB19518691-
CMYK00.050.530.24
HSL54.81º46.43%56.08%-
HSV(B)54.81º53.33%76.47%-
XYZ41.9547.4816.85-
YUV177.8678.98140.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 91 (35.94% from 255) = 19.28%
R=41.31%
G=39.41%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951869100.050.530.2454.8146.4356.08
HexC3BA5B053518372e38
Octal303272133056530675670
Binary11000011101110101011011010111010111000110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA5B; }

 p { color: rgb(195,186,91); }

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

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

 a { background-color: rgb(195,186,91); }

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

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

 span { border-color: rgb(195,186,91); }

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