#9BCA54

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

Shades of Atlantis #9BCA54

Tints of Atlantis #9BCA54

Color information

#9BCA54 (or 0x9BCA54) is unknown color: approx Atlantis. HEX triplet: 9B, CA and 54. RGB value is (155,202,84). Sum of RGB (Red+Green+Blue) = 155+202+84=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA54 is #6435AB. Grayscale: #AEAEAE. Windows color (decimal): -6567340 or 5556891. OLE color: 5556891.

HSL color Cylindrical-coordinate representation of color #9BCA54: hue angle of 83.9º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BCA54 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB15520284-
CMYK0.2300.580.21
HSL83.9º52.68%56.08%-
HSV(B)83.9º58.42%79.22%-
XYZ36.2449.8516.1-
YUV174.4976.93114.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=35.15%
G=45.80%
B=19.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155202840.2300.580.2183.952.6856.08
Hex9BCA541703A15543538
Octal23331212427072251246570
Binary10011011110010101010100101110111010101011010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,84); }

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

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

 a { background-color: rgb(155,202,84); }

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

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

 span { border-color: rgb(155,202,84); }

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