#9BBF42

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

Shades of Atlantis #9BBF42

Tints of Atlantis #9BBF42

Color information

#9BBF42 (or 0x9BBF42) is unknown color: approx Atlantis. HEX triplet: 9B, BF and 42. RGB value is (155,191,66). Sum of RGB (Red+Green+Blue) = 155+191+66=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBF42 is #6440BD. Grayscale: #A6A6A6. Windows color (decimal): -6570174 or 4374427. OLE color: 4374427.

HSL color Cylindrical-coordinate representation of color #9BBF42: hue angle of 77.28º 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 #9BBF42 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB15519166-
CMYK0.1900.650.25
HSL77.28º49.41%50.39%-
HSV(B)77.28º65.45%74.9%-
XYZ33.1344.6212.02-
YUV165.9971.57120.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 191 (75% from 255) = 46.36%
BLUE value IS 66 (26.17% from 255) = 16.02%
R=37.62%
G=46.36%
B=16.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155191660.1900.650.2577.2849.4150.39
Hex9BBF4213041194d3132
Octal233277102230101311156162
Binary100110111011111110000101001101000001110011001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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