#B2B858

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

Shades of Olive Green #B2B858

Tints of Olive Green #B2B858

Color information

#B2B858 (or 0xB2B858) is unknown color: approx Olive Green. HEX triplet: B2, B8 and 58. RGB value is (178,184,88). Sum of RGB (Red+Green+Blue) = 178+184+88=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B858 is #4D47A7. Grayscale: #ABABAB. Windows color (decimal): -5064616 or 5814450. OLE color: 5814450.

HSL color Cylindrical-coordinate representation of color #B2B858: hue angle of 63.75º 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 #B2B858 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB17818488-
CMYK0.0300.520.28
HSL63.75º40.34%53.33%-
HSV(B)63.75º52.17%72.16%-
XYZ37.2644.4515.85-
YUV171.2681.01132.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 88 (34.77% from 255) = 19.56%
R=39.56%
G=40.89%
B=19.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178184880.0300.520.2863.7540.3453.33
HexB2B85830341C402835
Octal2622701303064341005065
Binary10110010101110001011000110110100111001000000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B858; }

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

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

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

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

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

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

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

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