#BFB552

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

Shades of Olive Green #BFB552

Tints of Olive Green #BFB552

Color information

#BFB552 (or 0xBFB552) is unknown color: approx Olive Green. HEX triplet: BF, B5 and 52. RGB value is (191,181,82). Sum of RGB (Red+Green+Blue) = 191+181+82=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB552 is #404AAD. Grayscale: #ADADAD. Windows color (decimal): -4213422 or 5420479. OLE color: 5420479.

HSL color Cylindrical-coordinate representation of color #BFB552: hue angle of 54.5º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFB552 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19118182-
CMYK00.050.570.25
HSL54.5º45.99%53.53%-
HSV(B)54.5º57.07%74.9%-
XYZ39.5344.7314.53-
YUV172.776.81141.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 82 (32.42% from 255) = 18.06%
R=42.07%
G=39.87%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911818200.050.570.2554.545.9953.53
HexBFB552053919362e36
Octal277265122057131665666
Binary10111111101101011010010010111100111001110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB552; }

 p { color: rgb(191,181,82); }

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

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

 a { background-color: rgb(191,181,82); }

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

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

 span { border-color: rgb(191,181,82); }

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