#B8B353

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

Shades of Olive Green #B8B353

Tints of Olive Green #B8B353

Color information

#B8B353 (or 0xB8B353) is unknown color: approx Olive Green. HEX triplet: B8, B3 and 53. RGB value is (184,179,83). Sum of RGB (Red+Green+Blue) = 184+179+83=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B353 is #474CAC. Grayscale: #A9A9A9. Windows color (decimal): -4672685 or 5485496. OLE color: 5485496.

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

Color convert

RGB18417983-
CMYK00.030.550.28
HSL57.03º41.56%52.35%-
HSV(B)57.03º54.89%72.16%-
XYZ37.4543.0614.52-
YUV169.5579.16138.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 83 (32.81% from 255) = 18.61%
R=41.26%
G=40.13%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841798300.030.550.2857.0341.5652.35
HexB8B35303371C392a34
Octal270263123036734715264
Binary1011100010110011101001101111011111100111001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B353; }

 p { color: rgb(184,179,83); }

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

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

 a { background-color: rgb(184,179,83); }

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

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

 span { border-color: rgb(184,179,83); }

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