#B0BD63

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

Shades of Olive Green #B0BD63

Tints of Olive Green #B0BD63

Color information

#B0BD63 (or 0xB0BD63) is unknown color: approx Olive Green. HEX triplet: B0, BD and 63. RGB value is (176,189,99). Sum of RGB (Red+Green+Blue) = 176+189+99=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD63 is #4F429C. Grayscale: #AFAFAF. Windows color (decimal): -5194397 or 6536624. OLE color: 6536624.

HSL color Cylindrical-coordinate representation of color #B0BD63: hue angle of 68.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0BD63 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB17618999-
CMYK0.0700.480.26
HSL68.67º40.54%56.47%-
HSV(B)68.67º47.62%74.12%-
XYZ38.3546.5318.76-
YUV174.8585.19128.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=37.93%
G=40.73%
B=21.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176189990.0700.480.2668.6740.5456.47
HexB0BD6370301A452938
Octal2602751437060321055170
Binary101100001011110111000111110110000110101000101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD63; }

 p { color: rgb(176,189,99); }

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

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

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

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

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

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

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