#9BC152

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

Shades of Atlantis #9BC152

Tints of Atlantis #9BC152

Color information

#9BC152 (or 0x9BC152) is unknown color: approx Atlantis. HEX triplet: 9B, C1 and 52. RGB value is (155,193,82). Sum of RGB (Red+Green+Blue) = 155+193+82=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC152 is #643EAD. Grayscale: #A9A9A9. Windows color (decimal): -6569646 or 5423515. OLE color: 5423515.

HSL color Cylindrical-coordinate representation of color #9BC152: hue angle of 80.54º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BC152 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB15519382-
CMYK0.2000.580.24
HSL80.54º47.23%53.92%-
HSV(B)80.54º57.51%75.69%-
XYZ34.1145.7215.01-
YUV168.9878.91118.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=36.05%
G=44.88%
B=19.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155193820.2000.580.2480.5447.2353.92
Hex9BC1521403A18512f36
Octal23330112224072301215766
Binary10011011110000011010010101000111010110001010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,193,82); }

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

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

 a { background-color: rgb(155,193,82); }

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

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

 span { border-color: rgb(155,193,82); }

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