#B4B65C

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

Shades of Olive Green #B4B65C

Tints of Olive Green #B4B65C

Color information

#B4B65C (or 0xB4B65C) is unknown color: approx Olive Green. HEX triplet: B4, B6 and 5C. RGB value is (180,182,92). Sum of RGB (Red+Green+Blue) = 180+182+92=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B65C is #4B49A3. Grayscale: #ABABAB. Windows color (decimal): -4934052 or 6076084. OLE color: 6076084.

HSL color Cylindrical-coordinate representation of color #B4B65C: hue angle of 61.33º 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 #B4B65C is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18018292-
CMYK0.0100.490.29
HSL61.33º38.14%53.73%-
HSV(B)61.33º49.45%71.37%-
XYZ37.4843.9316.63-
YUV171.1483.34134.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 182 (71.48% from 255) = 40.09%
BLUE value IS 92 (36.33% from 255) = 20.26%
R=39.65%
G=40.09%
B=20.26%

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
Decimal180182920.0100.490.2961.3338.1453.73
HexB4B65C10311D3d2636
Octal264266134106135754666
Binary101101001011011010111001011000111101111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B65C; }

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

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

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

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

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

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

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

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