#9BBB4B

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

Shades of Atlantis #9BBB4B

Tints of Atlantis #9BBB4B

Color information

#9BBB4B (or 0x9BBB4B) is unknown color: approx Atlantis. HEX triplet: 9B, BB and 4B. RGB value is (155,187,75). Sum of RGB (Red+Green+Blue) = 155+187+75=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBB4B is #6444B4. Grayscale: #A5A5A5. Windows color (decimal): -6571189 or 4963227. OLE color: 4963227.

HSL color Cylindrical-coordinate representation of color #9BBB4B: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BBB4B is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB15518775-
CMYK0.1700.600.27
HSL77.14º45.16%51.37%-
HSV(B)77.14º59.89%73.33%-
XYZ32.5643.0213.24-
YUV164.6677.4121.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=37.17%
G=44.84%
B=17.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155187750.1700.600.2777.1445.1651.37
Hex9BBB4B1103C1B4d2d33
Octal23327311321074331155563
Binary10011011101110111001011100010111100110111001101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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