#B4B65D

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

Shades of Olive Green #B4B65D

Tints of Olive Green #B4B65D

Color information

#B4B65D (or 0xB4B65D) is unknown color: approx Olive Green. HEX triplet: B4, B6 and 5D. RGB value is (180,182,93). Sum of RGB (Red+Green+Blue) = 180+182+93=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B65D is #4B49A2. Grayscale: #ABABAB. Windows color (decimal): -4934051 or 6141620. OLE color: 6141620.

HSL color Cylindrical-coordinate representation of color #B4B65D: hue angle of 61.35º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4B65D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18018293-
CMYK0.0100.490.29
HSL61.35º37.87%53.92%-
HSV(B)61.35º48.9%71.37%-
XYZ37.5343.9516.86-
YUV171.2683.84134.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 20.44%
R=39.56%
G=40%
B=20.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180182930.0100.490.2961.3537.8753.92
HexB4B65D10311D3d2636
Octal264266135106135754666
Binary101101001011011010111011011000111101111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B65D; }

 p { color: rgb(180,182,93); }

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

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

 a { background-color: rgb(180,182,93); }

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

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

 span { border-color: rgb(180,182,93); }

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