#9CBE4E

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

Shades of Atlantis #9CBE4E

Tints of Atlantis #9CBE4E

Color information

#9CBE4E (or 0x9CBE4E) is unknown color: approx Atlantis. HEX triplet: 9C, BE and 4E. RGB value is (156,190,78). Sum of RGB (Red+Green+Blue) = 156+190+78=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE4E is #6341B1. Grayscale: #A7A7A7. Windows color (decimal): -6504882 or 5160604. OLE color: 5160604.

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

Color convert

RGB15619078-
CMYK0.1800.590.25
HSL78.21º46.28%52.55%-
HSV(B)78.21º58.95%74.51%-
XYZ33.544.4414.02-
YUV167.0777.74120.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 190 (74.61% from 255) = 44.81%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=36.79%
G=44.81%
B=18.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156190780.1800.590.2578.2146.2852.55
Hex9CBE4E1203B194e2e35
Octal23427611622073311165665
Binary10011100101111101001110100100111011110011001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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