#B4BD5B

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

Shades of Olive Green #B4BD5B

Tints of Olive Green #B4BD5B

Color information

#B4BD5B (or 0xB4BD5B) is unknown color: approx Olive Green. HEX triplet: B4, BD and 5B. RGB value is (180,189,91). Sum of RGB (Red+Green+Blue) = 180+189+91=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD5B is #4B42A4. Grayscale: #AFAFAF. Windows color (decimal): -4932261 or 6012340. OLE color: 6012340.

HSL color Cylindrical-coordinate representation of color #B4BD5B: hue angle of 65.51º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4BD5B is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18018991-
CMYK0.0500.520.26
HSL65.51º42.61%54.9%-
HSV(B)65.51º51.85%74.12%-
XYZ38.9146.8516.89-
YUV175.1480.52131.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 91 (35.94% from 255) = 19.78%
R=39.13%
G=41.09%
B=19.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180189910.0500.520.2665.5142.6154.9
HexB4BD5B50341A422b37
Octal2642751335064321025367
Binary101101001011110110110111010110100110101000010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD5B; }

 p { color: rgb(180,189,91); }

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

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

 a { background-color: rgb(180,189,91); }

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

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

 span { border-color: rgb(180,189,91); }

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