#9CBE54

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

Shades of Atlantis #9CBE54

Tints of Atlantis #9CBE54

Color information

#9CBE54 (or 0x9CBE54) is unknown color: approx Atlantis. HEX triplet: 9C, BE and 54. RGB value is (156,190,84). Sum of RGB (Red+Green+Blue) = 156+190+84=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE54 is #6341AB. Grayscale: #A8A8A8. Windows color (decimal): -6504876 or 5553820. OLE color: 5553820.

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

Color convert

RGB15619084-
CMYK0.1800.560.25
HSL79.25º44.92%53.73%-
HSV(B)79.25º55.79%74.51%-
XYZ33.7244.5315.21-
YUV167.7580.74119.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 190 (74.61% from 255) = 44.19%
BLUE value IS 84 (33.20% from 255) = 19.53%
R=36.28%
G=44.19%
B=19.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156190840.1800.560.2579.2544.9253.73
Hex9CBE5412038194f2d36
Octal23427612422070311175566
Binary10011100101111101010100100100111000110011001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,190,84); }

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

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

 a { background-color: rgb(156,190,84); }

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

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

 span { border-color: rgb(156,190,84); }

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