#B1BD63

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

Shades of Olive Green #B1BD63

Tints of Olive Green #B1BD63

Color information

#B1BD63 (or 0xB1BD63) is unknown color: approx Olive Green. HEX triplet: B1, BD and 63. RGB value is (177,189,99). Sum of RGB (Red+Green+Blue) = 177+189+99=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD63 is #4E429C. Grayscale: #AFAFAF. Windows color (decimal): -5128861 or 6536625. OLE color: 6536625.

HSL color Cylindrical-coordinate representation of color #B1BD63: hue angle of 68º 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 #B1BD63 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB17718999-
CMYK0.0600.480.26
HSL68º40.54%56.47%-
HSV(B)68º47.62%74.12%-
XYZ38.5846.6418.77-
YUV175.1585.02129.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=38.06%
G=40.65%
B=21.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177189990.0600.480.266840.5456.47
HexB1BD6360301A442938
Octal2612751436060321045170
Binary101100011011110111000111100110000110101000100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD63; }

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

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

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

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

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

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

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

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