#B4B465

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

Shades of Olive Green #B4B465

Tints of Olive Green #B4B465

Color information

#B4B465 (or 0xB4B465) is unknown color: approx Olive Green. HEX triplet: B4, B4 and 65. RGB value is (180,180,101). Sum of RGB (Red+Green+Blue) = 180+180+101=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B465 is #4B4B9A. Grayscale: #ABABAB. Windows color (decimal): -4934555 or 6665396. OLE color: 6665396.

HSL color Cylindrical-coordinate representation of color #B4B465: hue angle of 60º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4B465 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180180101-
CMYK000.440.29
HSL60º34.5%55.1%-
HSV(B)60º43.89%70.59%-
XYZ37.4943.2918.69-
YUV170.9988.5134.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=39.05%
G=39.05%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180101000.440.296034.555.1
HexB4B465002C1D3c2237
Octal264264145005435744267
Binary101101001011010011001010010110011101111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B465; }

 p { color: rgb(180,180,101); }

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

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

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

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

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

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

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