#B4B858

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

Shades of Olive Green #B4B858

Tints of Olive Green #B4B858

Color information

#B4B858 (or 0xB4B858) is unknown color: approx Olive Green. HEX triplet: B4, B8 and 58. RGB value is (180,184,88). Sum of RGB (Red+Green+Blue) = 180+184+88=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B858 is #4B47A7. Grayscale: #ACACAC. Windows color (decimal): -4933544 or 5814452. OLE color: 5814452.

HSL color Cylindrical-coordinate representation of color #B4B858: hue angle of 62.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4B858 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB18018488-
CMYK0.0200.520.28
HSL62.5º40.34%53.33%-
HSV(B)62.5º52.17%72.16%-
XYZ37.7244.6915.87-
YUV171.8680.67133.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 184 (72.27% from 255) = 40.71%
BLUE value IS 88 (34.77% from 255) = 19.47%
R=39.82%
G=40.71%
B=19.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180184880.0200.520.2862.540.3453.33
HexB4B85820341C3e2835
Octal264270130206434765065
Binary1011010010111000101100010011010011100111110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B858; }

 p { color: rgb(180,184,88); }

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

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

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

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

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

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

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