Shades of Atlantis #9BCC4B
Tints of Atlantis #9BCC4B
RGB
CMYK
RGB Variations
Color information
#9BCC4B (or 0x9BCC4B) is known color: Atlantis. HEX triplet: 9B, CC and 4B. RGB value is (155,204,75). Sum of RGB (Red+Green+Blue) = 155+204+75=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCC4B is #6433B4. Grayscale: #AFAFAF. Windows color (decimal): -6566837 or 4967579. OLE color: 4967579.
HSL color Cylindrical-coordinate representation of color #9BCC4B: hue angle of 82.79º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BCC4B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 75 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.2 |
| HSL | 82.79º | 0.56% | 0.55% | - |
| HSV(B) | 82.79º | 0.63% | 0.8% | - |
| XYZ | 36.38 | 50.66 | 14.52 | - |
| YUV | 174.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 75 | 0.24 | 0 | 0.63 | 0.2 | 82.79 | 0.56 | 0.55 |
| Hex | 9B | CC | 4B | 18 | 0 | 3F | 14 | 53 | 38 | 37 |
| Octal | 233 | 314 | 113 | 30 | 0 | 77 | 24 | 123 | 70 | 67 |
| Binary | 10011011 | 11001100 | 1001011 | 11000 | 0 | 111111 | 10100 | 1010011 | 111000 | 110111 |
Color Harmonies of #9BCC4B
Complementary color
Monochromatic Colors of #9BCC4B
Black with #9BCC4B
Text Example
Text Example
White with #9BCC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC4B; }
p { color: rgb(155,204,75); }
H1.HeaderClassName
{
color: #9BCC4B;
}
.AnyTagClassName
{
color: #9BCC4B;
}
</style>
background-color css
<style>
a { background-color: #9BCC4B; }
a { background-color: rgb(155,204,75); }
div.DivClassName
{
background-color: #9BCC4B;
}
.BgClassName
{
background-color: #9BCC4B;
}
</style>
border-color css
<style>
span { border-color: #9BCC4B; }
span { border-color: rgb(155,204,75); }
td.TdClassName
{
border-color: #9BCC4B;
}
.TagClassName
{
border-color: #9BCC4B;
}
</style>