Html Css Color HEX #9BC552 Atlantis

📋 copy color: '#9BC552'

red 155 ◦ green 197 ◦ blue 82

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

Shades of Atlantis #9BC552

Tints of Atlantis #9BC552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.89%

R = 35.71%
G = 45.39%
B = 18.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#9BC552 (or 0x9BC552) is known color: Atlantis. HEX triplet: 9B, C5 and 52. RGB value is (155,197,82). Sum of RGB (Red+Green+Blue) = 155+197+82=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC552 is #643AAD. Grayscale: #ABABAB. Windows color (decimal): -6568622 or 5424539. OLE color: 5424539.

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

Color convert

RGB 155 197 82 -
CMYK 0.21 0 0.58 0.23
HSL 81.91º 0.5% 0.55% -
HSV(B) 81.91º 0.58% 0.77% -
XYZ 35.01 47.51 15.31 -
YUV 171.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 155 197 82 0.21 0 0.58 0.23 81.91 0.5 0.55
Hex 9B C5 52 15 0 3A 17 52 32 37
Octal 233 305 122 25 0 72 27 122 62 67
Binary 10011011 11000101 1010010 10101 0 111010 10111 1010010 110010 110111

Color Harmonies of #9BC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC552

Black with #9BC552

Text Example


Text Example

White with #9BC552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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