#B8B25B

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

Shades of Olive Green #B8B25B

Tints of Olive Green #B8B25B

Color information

#B8B25B (or 0xB8B25B) is unknown color: approx Olive Green. HEX triplet: B8, B2 and 5B. RGB value is (184,178,91). Sum of RGB (Red+Green+Blue) = 184+178+91=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B25B is #474DA4. Grayscale: #AAAAAA. Windows color (decimal): -4672933 or 6009528. OLE color: 6009528.

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

Color convert

RGB18417891-
CMYK00.030.510.28
HSL56.13º39.57%53.92%-
HSV(B)56.13º50.54%72.16%-
XYZ37.5842.7916.18-
YUV169.8883.49138.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 91 (35.94% from 255) = 20.09%
R=40.62%
G=39.29%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841789100.030.510.2856.1339.5753.92
HexB8B25B03331C382836
Octal270262133036334705066
Binary1011100010110010101101101111001111100111000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B25B; }

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

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

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

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

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

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

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

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