#9BCB4D

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

Shades of Atlantis #9BCB4D

Tints of Atlantis #9BCB4D

Color information

#9BCB4D (or 0x9BCB4D) is unknown color: approx Atlantis. HEX triplet: 9B, CB and 4D. RGB value is (155,203,77). Sum of RGB (Red+Green+Blue) = 155+203+77=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB4D is #6434B2. Grayscale: #AEAEAE. Windows color (decimal): -6567091 or 5098395. OLE color: 5098395.

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

Color convert

RGB15520377-
CMYK0.2400.620.20
HSL82.86º54.78%54.9%-
HSV(B)82.86º62.07%79.61%-
XYZ36.2150.2214.81-
YUV174.2873.1114.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 77 (30.47% from 255) = 17.70%
R=35.63%
G=46.67%
B=17.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155203770.2400.620.2082.8654.7854.9
Hex9BCB4D1803E14533737
Octal23331311530076241236767
Binary10011011110010111001101110000111110101001010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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