#9CBE42

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

Shades of Atlantis #9CBE42

Tints of Atlantis #9CBE42

Color information

#9CBE42 (or 0x9CBE42) is unknown color: approx Atlantis. HEX triplet: 9C, BE and 42. RGB value is (156,190,66). Sum of RGB (Red+Green+Blue) = 156+190+66=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBE42 is #6341BD. Grayscale: #A6A6A6. Windows color (decimal): -6504894 or 4374172. OLE color: 4374172.

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

Color convert

RGB15619066-
CMYK0.1800.650.25
HSL76.45º48.82%50.2%-
HSV(B)76.45º65.26%74.51%-
XYZ33.1144.2911.96-
YUV165.771.74121.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 66 (26.17% from 255) = 16.02%
R=37.86%
G=46.12%
B=16.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156190660.1800.650.2576.4548.8250.2
Hex9CBE4212041194c3132
Octal234276102220101311146162
Binary100111001011111010000101001001000001110011001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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