#BBB652

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

Shades of Olive Green #BBB652

Tints of Olive Green #BBB652

Color information

#BBB652 (or 0xBBB652) is unknown color: approx Olive Green. HEX triplet: BB, B6 and 52. RGB value is (187,182,82). Sum of RGB (Red+Green+Blue) = 187+182+82=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB652 is #4449AD. Grayscale: #ACACAC. Windows color (decimal): -4475310 or 5420731. OLE color: 5420731.

HSL color Cylindrical-coordinate representation of color #BBB652: hue angle of 57.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBB652 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18718282-
CMYK00.030.560.27
HSL57.14º43.57%52.75%-
HSV(B)57.14º56.15%73.33%-
XYZ38.7444.6314.56-
YUV172.177.16138.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 82 (32.42% from 255) = 18.18%
R=41.46%
G=40.35%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871828200.030.560.2757.1443.5752.75
HexBBB65203381B392c35
Octal273266122037033715465
Binary1011101110110110101001001111100011011111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB652; }

 p { color: rgb(187,182,82); }

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

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

 a { background-color: rgb(187,182,82); }

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

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

 span { border-color: rgb(187,182,82); }

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