#9BBD49

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

Shades of Atlantis #9BBD49

Tints of Atlantis #9BBD49

Color information

#9BBD49 (or 0x9BBD49) is unknown color: approx Atlantis. HEX triplet: 9B, BD and 49. RGB value is (155,189,73). Sum of RGB (Red+Green+Blue) = 155+189+73=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBD49 is #6442B6. Grayscale: #A6A6A6. Windows color (decimal): -6570679 or 4832667. OLE color: 4832667.

HSL color Cylindrical-coordinate representation of color #9BBD49: hue angle of 77.59º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BBD49 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB15518973-
CMYK0.1800.610.26
HSL77.59º46.77%51.37%-
HSV(B)77.59º61.38%74.12%-
XYZ32.9243.8413.03-
YUV165.6175.74120.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 189 (74.22% from 255) = 45.32%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=37.17%
G=45.32%
B=17.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal155189730.1800.610.2677.5946.7751.37
Hex9BBD491203D1A4e2f33
Octal23327511122075321165763
Binary10011011101111011001001100100111101110101001110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,189,73); }

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

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

 a { background-color: rgb(155,189,73); }

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

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

 span { border-color: rgb(155,189,73); }

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