#9BBB46

Color #9BBB46 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9BBB46

Tints of Atlantis #9BBB46

Color information

#9BBB46 (or 0x9BBB46) is unknown color: approx Atlantis. HEX triplet: 9B, BB and 46. RGB value is (155,187,70). Sum of RGB (Red+Green+Blue) = 155+187+70=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBB46 is #6444B9. Grayscale: #A4A4A4. Windows color (decimal): -6571194 or 4635547. OLE color: 4635547.

HSL color Cylindrical-coordinate representation of color #9BBB46: hue angle of 76.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BBB46 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB15518770-
CMYK0.1700.630.27
HSL76.41º46.25%50.39%-
HSV(B)76.41º62.57%73.33%-
XYZ32.3942.9512.38-
YUV164.0974.9121.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 187 (73.44% from 255) = 45.39%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=37.62%
G=45.39%
B=16.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155187700.1700.630.2776.4146.2550.39
Hex9BBB461103F1B4c2e32
Octal23327310621077331145662
Binary10011011101110111000110100010111111110111001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BBB46; }

 p { color: rgb(155,187,70); }

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

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

 a { background-color: rgb(155,187,70); }

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

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

 span { border-color: rgb(155,187,70); }

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