#B8B552

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

Shades of Olive Green #B8B552

Tints of Olive Green #B8B552

Color information

#B8B552 (or 0xB8B552) is unknown color: approx Olive Green. HEX triplet: B8, B5 and 52. RGB value is (184,181,82). Sum of RGB (Red+Green+Blue) = 184+181+82=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B552 is #474AAD. Grayscale: #ABABAB. Windows color (decimal): -4672174 or 5420472. OLE color: 5420472.

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

Color convert

RGB18418182-
CMYK00.020.550.28
HSL58.24º41.8%52.16%-
HSV(B)58.24º55.43%72.16%-
XYZ37.8143.8514.45-
YUV170.6177.99137.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 82 (32.42% from 255) = 18.34%
R=41.16%
G=40.49%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841818200.020.550.2858.2441.852.16
HexB8B55202371C3a2a34
Octal270265122026734725264
Binary1011100010110101101001001011011111100111010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B552; }

 p { color: rgb(184,181,82); }

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

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

 a { background-color: rgb(184,181,82); }

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

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

 span { border-color: rgb(184,181,82); }

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