#9BBB4F

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

Shades of Atlantis #9BBB4F

Tints of Atlantis #9BBB4F

Color information

#9BBB4F (or 0x9BBB4F) is unknown color: approx Atlantis. HEX triplet: 9B, BB and 4F. RGB value is (155,187,79). Sum of RGB (Red+Green+Blue) = 155+187+79=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB4F is #6444B0. Grayscale: #A5A5A5. Windows color (decimal): -6571185 or 5225371. OLE color: 5225371.

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

Color convert

RGB15518779-
CMYK0.1700.580.27
HSL77.78º44.26%52.16%-
HSV(B)77.78º57.75%73.33%-
XYZ32.743.0713.99-
YUV165.1279.4120.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 187 (73.44% from 255) = 44.42%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=36.82%
G=44.42%
B=18.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155187790.1700.580.2777.7844.2652.16
Hex9BBB4F1103A1B4e2c34
Octal23327311721072331165464
Binary10011011101110111001111100010111010110111001110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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