Shades of Atlantis #9CBD4C
Tints of Atlantis #9CBD4C
RGB
CMYK
RGB Variations
Color information
#9CBD4C (or 0x9CBD4C) is known color: Atlantis. HEX triplet: 9C, BD and 4C. RGB value is (156,189,76). Sum of RGB (Red+Green+Blue) = 156+189+76=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBD4C is #6342B3. Grayscale: #A6A6A6. Windows color (decimal): -6505140 or 5029276. OLE color: 5029276.
HSL color Cylindrical-coordinate representation of color #9CBD4C: hue angle of 77.52º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CBD4C is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 76 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.26 |
| HSL | 77.52º | 0.46% | 0.52% | - |
| HSV(B) | 77.52º | 0.6% | 0.74% | - |
| XYZ | 33.21 | 43.98 | 13.58 | - |
| YUV | 166.25 | 77.07 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 76 | 0.17 | 0 | 0.60 | 0.26 | 77.52 | 0.46 | 0.52 |
| Hex | 9C | BD | 4C | 11 | 0 | 3C | 1A | 4E | 2E | 34 |
| Octal | 234 | 275 | 114 | 21 | 0 | 74 | 32 | 116 | 56 | 64 |
| Binary | 10011100 | 10111101 | 1001100 | 10001 | 0 | 111100 | 11010 | 1001110 | 101110 | 110100 |
Color Harmonies of #9CBD4C
Complementary color
Monochromatic Colors of #9CBD4C
Black with #9CBD4C
Text Example
Text Example
White with #9CBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD4C; }
p { color: rgb(156,189,76); }
H1.HeaderClassName
{
color: #9CBD4C;
}
.AnyTagClassName
{
color: #9CBD4C;
}
</style>
background-color css
<style>
a { background-color: #9CBD4C; }
a { background-color: rgb(156,189,76); }
div.DivClassName
{
background-color: #9CBD4C;
}
.BgClassName
{
background-color: #9CBD4C;
}
</style>
border-color css
<style>
span { border-color: #9CBD4C; }
span { border-color: rgb(156,189,76); }
td.TdClassName
{
border-color: #9CBD4C;
}
.TagClassName
{
border-color: #9CBD4C;
}
</style>