#B8B258

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

Shades of Olive Green #B8B258

Tints of Olive Green #B8B258

Color information

#B8B258 (or 0xB8B258) is unknown color: approx Olive Green. HEX triplet: B8, B2 and 58. RGB value is (184,178,88). Sum of RGB (Red+Green+Blue) = 184+178+88=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B258 is #474DA7. Grayscale: #A9A9A9. Windows color (decimal): -4672936 or 5812920. OLE color: 5812920.

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

Color convert

RGB18417888-
CMYK00.030.520.28
HSL56.25º40.34%53.33%-
HSV(B)56.25º52.17%72.16%-
XYZ37.4542.7415.51-
YUV169.5381.99138.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841788800.030.520.2856.2540.3453.33
HexB8B25803341C382835
Octal270262130036434705065
Binary1011100010110010101100001111010011100111000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B258; }

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

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

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

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

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

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

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

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