#B0B369

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

Shades of Olive Green #B0B369

Tints of Olive Green #B0B369

Color information

#B0B369 (or 0xB0B369) is unknown color: approx Olive Green. HEX triplet: B0, B3 and 69. RGB value is (176,179,105). Sum of RGB (Red+Green+Blue) = 176+179+105=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B369 is #4F4C96. Grayscale: #A9A9A9. Windows color (decimal): -5196951 or 6927280. OLE color: 6927280.

HSL color Cylindrical-coordinate representation of color #B0B369: hue angle of 62.43º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0B369 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB176179105-
CMYK0.0200.410.30
HSL62.43º32.74%55.69%-
HSV(B)62.43º41.34%70.2%-
XYZ36.5742.4919.64-
YUV169.6791.51132.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=38.26%
G=38.91%
B=22.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791050.0200.410.3062.4332.7455.69
HexB0B36920291E3e2138
Octal260263151205136764170
Binary1011000010110011110100110010100111110111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B369; }

 p { color: rgb(176,179,105); }

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

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

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

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

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

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

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