#B2B754

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

Shades of Olive Green #B2B754

Tints of Olive Green #B2B754

Color information

#B2B754 (or 0xB2B754) is unknown color: approx Olive Green. HEX triplet: B2, B7 and 54. RGB value is (178,183,84). Sum of RGB (Red+Green+Blue) = 178+183+84=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B754 is #4D48AB. Grayscale: #AAAAAA. Windows color (decimal): -5064876 or 5552050. OLE color: 5552050.

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

Color convert

RGB17818384-
CMYK0.0300.540.28
HSL63.03º40.74%52.35%-
HSV(B)63.03º54.1%71.76%-
XYZ36.8943.9714.93-
YUV170.2279.34133.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 84 (33.20% from 255) = 18.88%
R=40%
G=41.12%
B=18.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178183840.0300.540.2863.0340.7452.35
HexB2B75430361C3f2934
Octal262267124306634775164
Binary1011001010110111101010011011011011100111111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B754; }

 p { color: rgb(178,183,84); }

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

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

 a { background-color: rgb(178,183,84); }

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

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

 span { border-color: rgb(178,183,84); }

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