#9CBF40

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

Shades of Atlantis #9CBF40

Tints of Atlantis #9CBF40

Color information

#9CBF40 (or 0x9CBF40) is unknown color: approx Atlantis. HEX triplet: 9C, BF and 40. RGB value is (156,191,64). Sum of RGB (Red+Green+Blue) = 156+191+64=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBF40 is #6340BF. Grayscale: #A6A6A6. Windows color (decimal): -6504640 or 4243356. OLE color: 4243356.

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

Color convert

RGB15619164-
CMYK0.1800.660.25
HSL76.54º49.8%50%-
HSV(B)76.54º66.49%74.9%-
XYZ33.2744.711.73-
YUV166.0670.4120.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 64 (25.39% from 255) = 15.57%
R=37.96%
G=46.47%
B=15.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156191640.1800.660.2576.5449.850
Hex9CBF4012042194d3232
Octal234277100220102311156262
Binary100111001011111110000001001001000010110011001101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,191,64); }

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

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

 a { background-color: rgb(156,191,64); }

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

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

 span { border-color: rgb(156,191,64); }

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