Shades of Atlantis #9BCD4B
Tints of Atlantis #9BCD4B
RGB
CMYK
RGB Variations
Color information
#9BCD4B (or 0x9BCD4B) is known color: Atlantis. HEX triplet: 9B, CD and 4B. RGB value is (155,205,75). Sum of RGB (Red+Green+Blue) = 155+205+75=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCD4B is #6432B4. Grayscale: #AFAFAF. Windows color (decimal): -6566581 or 4967835. OLE color: 4967835.
HSL color Cylindrical-coordinate representation of color #9BCD4B: hue angle of 83.08º degrees, saturation: 0.57, 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 #9BCD4B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 75 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.20 |
| HSL | 83.08º | 0.57% | 0.55% | - |
| HSV(B) | 83.08º | 0.63% | 0.8% | - |
| XYZ | 36.62 | 51.14 | 14.6 | - |
| YUV | 175.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 75 | 0.24 | 0 | 0.63 | 0.20 | 83.08 | 0.57 | 0.55 |
| Hex | 9B | CD | 4B | 18 | 0 | 3F | 14 | 53 | 39 | 37 |
| Octal | 233 | 315 | 113 | 30 | 0 | 77 | 24 | 123 | 71 | 67 |
| Binary | 10011011 | 11001101 | 1001011 | 11000 | 0 | 111111 | 10100 | 1010011 | 111001 | 110111 |
Color Harmonies of #9BCD4B
Complementary color
Monochromatic Colors of #9BCD4B
Black with #9BCD4B
Text Example
Text Example
White with #9BCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD4B; }
p { color: rgb(155,205,75); }
H1.HeaderClassName
{
color: #9BCD4B;
}
.AnyTagClassName
{
color: #9BCD4B;
}
</style>
background-color css
<style>
a { background-color: #9BCD4B; }
a { background-color: rgb(155,205,75); }
div.DivClassName
{
background-color: #9BCD4B;
}
.BgClassName
{
background-color: #9BCD4B;
}
</style>
border-color css
<style>
span { border-color: #9BCD4B; }
span { border-color: rgb(155,205,75); }
td.TdClassName
{
border-color: #9BCD4B;
}
.TagClassName
{
border-color: #9BCD4B;
}
</style>