Html Css Color HEX #9BC655 Atlantis

📋 copy color: '#9BC655'

red 155 ◦ green 198 ◦ blue 85

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

Shades of Atlantis #9BC655

Tints of Atlantis #9BC655

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

 BLUE value IS 85 (33.59% from 255) = 19.41%

R = 35.39%
G = 45.21%
B = 19.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#9BC655 (or 0x9BC655) is known color: Atlantis. HEX triplet: 9B, C6 and 55. RGB value is (155,198,85). Sum of RGB (Red+Green+Blue) = 155+198+85=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC655 is #6439AA. Grayscale: #ACACAC. Windows color (decimal): -6568363 or 5621403. OLE color: 5621403.

HSL color Cylindrical-coordinate representation of color #9BC655: hue angle of 82.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BC655 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 85 -
CMYK 0.22 0 0.57 0.22
HSL 82.83º 0.5% 0.55% -
HSV(B) 82.83º 0.57% 0.78% -
XYZ 35.35 48.01 16 -
YUV 172.26 78.75 115.69 -
System Red Green Blue C M Y K H S L
Decimal 155 198 85 0.22 0 0.57 0.22 82.83 0.5 0.55
Hex 9B C6 55 16 0 39 16 53 32 37
Octal 233 306 125 26 0 71 26 123 62 67
Binary 10011011 11000110 1010101 10110 0 111001 10110 1010011 110010 110111

Color Harmonies of #9BC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC655

Black with #9BC655

Text Example


Text Example

White with #9BC655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,198,85); }

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

background-color css

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

 a { background-color: rgb(155,198,85); }

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

border-color css

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

 span { border-color: rgb(155,198,85); }

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