#B0B25A

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

Shades of Olive Green #B0B25A

Tints of Olive Green #B0B25A

Color information

#B0B25A (or 0xB0B25A) is unknown color: approx Olive Green. HEX triplet: B0, B2 and 5A. RGB value is (176,178,90). Sum of RGB (Red+Green+Blue) = 176+178+90=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B25A is #4F4DA5. Grayscale: #A7A7A7. Windows color (decimal): -5197222 or 5943984. OLE color: 5943984.

HSL color Cylindrical-coordinate representation of color #B0B25A: hue angle of 61.36º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0B25A is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17617890-
CMYK0.0100.490.30
HSL61.36º36.36%52.55%-
HSV(B)61.36º49.44%69.8%-
XYZ35.6741.8115.86-
YUV167.3784.34134.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=39.64%
G=40.09%
B=20.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176178900.0100.490.3061.3636.3652.55
HexB0B25A10311E3d2435
Octal260262132106136754465
Binary101100001011001010110101011000111110111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B25A; }

 p { color: rgb(176,178,90); }

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

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

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

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

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

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

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