#9BBE42

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

Shades of Atlantis #9BBE42

Tints of Atlantis #9BBE42

Color information

#9BBE42 (or 0x9BBE42) is unknown color: approx Atlantis. HEX triplet: 9B, BE and 42. RGB value is (155,190,66). Sum of RGB (Red+Green+Blue) = 155+190+66=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBE42 is #6441BD. Grayscale: #A5A5A5. Windows color (decimal): -6570430 or 4374171. OLE color: 4374171.

HSL color Cylindrical-coordinate representation of color #9BBE42: hue angle of 76.94º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BBE42 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB15519066-
CMYK0.1800.650.25
HSL76.94º48.82%50.2%-
HSV(B)76.94º65.26%74.51%-
XYZ32.9144.1911.95-
YUV165.471.9120.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 190 (74.61% from 255) = 46.23%
BLUE value IS 66 (26.17% from 255) = 16.06%
R=37.71%
G=46.23%
B=16.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155190660.1800.650.2576.9448.8250.2
Hex9BBE4212041194d3132
Octal233276102220101311156162
Binary100110111011111010000101001001000001110011001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,66); }

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

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

 a { background-color: rgb(155,190,66); }

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

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

 span { border-color: rgb(155,190,66); }

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