#9BCB50

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

Shades of Atlantis #9BCB50

Tints of Atlantis #9BCB50

Color information

#9BCB50 (or 0x9BCB50) is unknown color: approx Atlantis. HEX triplet: 9B, CB and 50. RGB value is (155,203,80). Sum of RGB (Red+Green+Blue) = 155+203+80=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB50 is #6434AF. Grayscale: #AFAFAF. Windows color (decimal): -6567088 or 5295003. OLE color: 5295003.

HSL color Cylindrical-coordinate representation of color #9BCB50: hue angle of 83.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BCB50 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB15520380-
CMYK0.2400.610.20
HSL83.41º54.19%55.49%-
HSV(B)83.41º60.59%79.61%-
XYZ36.3250.2615.38-
YUV174.6374.6114-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 203 (79.69% from 255) = 46.35%
BLUE value IS 80 (31.64% from 255) = 18.26%
R=35.39%
G=46.35%
B=18.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155203800.2400.610.2083.4154.1955.49
Hex9BCB501803D14533637
Octal23331312030075241236667
Binary10011011110010111010000110000111101101001010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,80); }

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

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

 a { background-color: rgb(155,203,80); }

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

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

 span { border-color: rgb(155,203,80); }

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