#B1B754

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

Shades of Olive Green #B1B754

Tints of Olive Green #B1B754

Color information

#B1B754 (or 0xB1B754) is unknown color: approx Olive Green. HEX triplet: B1, B7 and 54. RGB value is (177,183,84). Sum of RGB (Red+Green+Blue) = 177+183+84=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B754 is #4E48AB. Grayscale: #AAAAAA. Windows color (decimal): -5130412 or 5552049. OLE color: 5552049.

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

Color convert

RGB17718384-
CMYK0.0300.540.28
HSL63.64º40.74%52.35%-
HSV(B)63.64º54.1%71.76%-
XYZ36.6743.8514.92-
YUV169.9279.51133.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 84 (33.20% from 255) = 18.92%
R=39.86%
G=41.22%
B=18.92%

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
Decimal177183840.0300.540.2863.6440.7452.35
HexB1B75430361C402934
Octal2612671243066341005164
Binary10110001101101111010100110110110111001000000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B754; }

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

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

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

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

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

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

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

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