Html Css Color HEX #9BCD56 Atlantis

📋 copy color: '#9BCD56'

red 155 ◦ green 205 ◦ blue 86

#9BCD56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9BCD56

Tints of Atlantis #9BCD56

RGB

 RED value IS 155 (60.94% from 255) = 34.75%

 GREEN value IS 205 (80.47% from 255) = 45.96%

 BLUE value IS 86 (33.98% from 255) = 19.28%

R = 34.75%
G = 45.96%
B = 19.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#9BCD56 (or 0x9BCD56) is known color: Atlantis. HEX triplet: 9B, CD and 56. RGB value is (155,205,86). Sum of RGB (Red+Green+Blue) = 155+205+86=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD56 is #6432A9. Grayscale: #B0B0B0. Windows color (decimal): -6566570 or 5688731. OLE color: 5688731.

HSL color Cylindrical-coordinate representation of color #9BCD56: hue angle of 85.21º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BCD56 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 205 86 -
CMYK 0.24 0 0.58 0.20
HSL 85.21º 0.54% 0.57% -
HSV(B) 85.21º 0.58% 0.8% -
XYZ 37.03 51.3 16.75 -
YUV 176.48 76.94 112.68 -
System Red Green Blue C M Y K H S L
Decimal 155 205 86 0.24 0 0.58 0.20 85.21 0.54 0.57
Hex 9B CD 56 18 0 3A 14 55 36 39
Octal 233 315 126 30 0 72 24 125 66 71
Binary 10011011 11001101 1010110 11000 0 111010 10100 1010101 110110 111001

Color Harmonies of #9BCD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD56

Black with #9BCD56

Text Example


Text Example

White with #9BCD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,86); }

 H1.HeaderClassName
 {
   color: #9BCD56;
 }
 .AnyTagClassName
 {
   color: #9BCD56;
 }
</style>

background-color css

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

 a { background-color: rgb(155,205,86); }

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

border-color css

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

 span { border-color: rgb(155,205,86); }

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