#9CBF55

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

Shades of Atlantis #9CBF55

Tints of Atlantis #9CBF55

Color information

#9CBF55 (or 0x9CBF55) is unknown color: approx Atlantis. HEX triplet: 9C, BF and 55. RGB value is (156,191,85). Sum of RGB (Red+Green+Blue) = 156+191+85=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF55 is #6340AA. Grayscale: #A8A8A8. Windows color (decimal): -6504619 or 5619612. OLE color: 5619612.

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

Color convert

RGB15619185-
CMYK0.1800.550.25
HSL79.81º45.3%54.12%-
HSV(B)79.81º55.5%74.9%-
XYZ33.9844.9915.49-
YUV168.4580.9119.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.11%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=36.11%
G=44.21%
B=19.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156191850.1800.550.2579.8145.354.12
Hex9CBF551203719502d36
Octal23427712522067311205566
Binary10011100101111111010101100100110111110011010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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