#9CBE4A

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

Shades of Atlantis #9CBE4A

Tints of Atlantis #9CBE4A

Color information

#9CBE4A (or 0x9CBE4A) is unknown color: approx Atlantis. HEX triplet: 9C, BE and 4A. RGB value is (156,190,74). Sum of RGB (Red+Green+Blue) = 156+190+74=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBE4A is #6341B5. Grayscale: #A7A7A7. Windows color (decimal): -6504886 or 4898460. OLE color: 4898460.

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

Color convert

RGB15619074-
CMYK0.1800.610.25
HSL77.59º47.15%51.76%-
HSV(B)77.59º61.05%74.51%-
XYZ33.3644.3913.29-
YUV166.6175.74120.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 74 (29.30% from 255) = 17.62%
R=37.14%
G=45.24%
B=17.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156190740.1800.610.2577.5947.1551.76
Hex9CBE4A1203D194e2f34
Octal23427611222075311165764
Binary10011100101111101001010100100111101110011001110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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