#9BBF47

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

Shades of Atlantis #9BBF47

Tints of Atlantis #9BBF47

Color information

#9BBF47 (or 0x9BBF47) is unknown color: approx Atlantis. HEX triplet: 9B, BF and 47. RGB value is (155,191,71). Sum of RGB (Red+Green+Blue) = 155+191+71=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBF47 is #6440B8. Grayscale: #A7A7A7. Windows color (decimal): -6570169 or 4702107. OLE color: 4702107.

HSL color Cylindrical-coordinate representation of color #9BBF47: hue angle of 78º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BBF47 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB15519171-
CMYK0.1900.630.25
HSL78º48.39%51.37%-
HSV(B)78º62.83%74.9%-
XYZ33.2944.6912.83-
YUV166.5674.07119.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 191 (75% from 255) = 45.80%
BLUE value IS 71 (28.12% from 255) = 17.03%
R=37.17%
G=45.80%
B=17.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155191710.1900.630.257848.3951.37
Hex9BBF471303F194e3033
Octal23327710723077311166063
Binary10011011101111111000111100110111111110011001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,71); }

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

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

 a { background-color: rgb(155,191,71); }

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

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

 span { border-color: rgb(155,191,71); }

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