Html Css Color HEX #9BC555 Atlantis

📋 copy color: '#9BC555'

red 155 ◦ green 197 ◦ blue 85

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

Shades of Atlantis #9BC555

Tints of Atlantis #9BC555

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.08%

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

R = 35.47%
G = 45.08%
B = 19.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#9BC555 (or 0x9BC555) is known color: Atlantis. HEX triplet: 9B, C5 and 55. RGB value is (155,197,85). Sum of RGB (Red+Green+Blue) = 155+197+85=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC555 is #643AAA. Grayscale: #ACACAC. Windows color (decimal): -6568619 or 5621147. OLE color: 5621147.

HSL color Cylindrical-coordinate representation of color #9BC555: hue angle of 82.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BC555 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 197 85 -
CMYK 0.21 0 0.57 0.23
HSL 82.5º 0.49% 0.55% -
HSV(B) 82.5º 0.57% 0.77% -
XYZ 35.12 47.56 15.92 -
YUV 171.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 155 197 85 0.21 0 0.57 0.23 82.5 0.49 0.55
Hex 9B C5 55 15 0 39 17 52 31 37
Octal 233 305 125 25 0 71 27 122 61 67
Binary 10011011 11000101 1010101 10101 0 111001 10111 1010010 110001 110111

Color Harmonies of #9BC555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC555

Black with #9BC555

Text Example


Text Example

White with #9BC555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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