#9BB541

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

Shades of Atlantis #9BB541

Tints of Atlantis #9BB541

Color information

#9BB541 (or 0x9BB541) is unknown color: approx Atlantis. HEX triplet: 9B, B5 and 41. RGB value is (155,181,65). Sum of RGB (Red+Green+Blue) = 155+181+65=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB541 is #644ABE. Grayscale: #A0A0A0. Windows color (decimal): -6572735 or 4306331. OLE color: 4306331.

HSL color Cylindrical-coordinate representation of color #9BB541: hue angle of 73.45º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BB541 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB15518165-
CMYK0.1400.640.29
HSL73.45º47.15%48.24%-
HSV(B)73.45º64.09%70.98%-
XYZ3140.411.16-
YUV16074.39124.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 181 (71.09% from 255) = 45.14%
BLUE value IS 65 (25.78% from 255) = 16.21%
R=38.65%
G=45.14%
B=16.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155181650.1400.640.2973.4547.1548.24
Hex9BB541E0401D492f30
Octal233265101160100351115760
Binary10011011101101011000001111001000000111011001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,65); }

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

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

 a { background-color: rgb(155,181,65); }

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

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

 span { border-color: rgb(155,181,65); }

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