#B0B05C

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

Shades of Olive Green #B0B05C

Tints of Olive Green #B0B05C

Color information

#B0B05C (or 0xB0B05C) is unknown color: approx Olive Green. HEX triplet: B0, B0 and 5C. RGB value is (176,176,92). Sum of RGB (Red+Green+Blue) = 176+176+92=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B05C is #4F4FA3. Grayscale: #A6A6A6. Windows color (decimal): -5197732 or 6074544. OLE color: 6074544.

HSL color Cylindrical-coordinate representation of color #B0B05C: hue angle of 60º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0B05C is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17617692-
CMYK000.480.31
HSL60º34.71%52.55%-
HSV(B)60º47.73%69.02%-
XYZ35.3641.0516.19-
YUV166.4286134.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 176 (69.14% from 255) = 39.64%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=39.64%
G=39.64%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617692000.480.316034.7152.55
HexB0B05C00301F3c2335
Octal260260134006037744365
Binary101100001011000010111000011000011111111100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B05C; }

 p { color: rgb(176,176,92); }

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

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

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

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

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

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

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