Html Css Color HEX #9BC352 Atlantis

📋 copy color: '#9BC352'

red 155 ◦ green 195 ◦ blue 82

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

Shades of Atlantis #9BC352

Tints of Atlantis #9BC352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.14%

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

R = 35.88%
G = 45.14%
B = 18.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#9BC352 (or 0x9BC352) is known color: Atlantis. HEX triplet: 9B, C3 and 52. RGB value is (155,195,82). Sum of RGB (Red+Green+Blue) = 155+195+82=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC352 is #643CAD. Grayscale: #AAAAAA. Windows color (decimal): -6569134 or 5424027. OLE color: 5424027.

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

Color convert

RGB 155 195 82 -
CMYK 0.21 0 0.58 0.24
HSL 81.24º 0.48% 0.54% -
HSV(B) 81.24º 0.58% 0.76% -
XYZ 34.56 46.61 15.16 -
YUV 170.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 155 195 82 0.21 0 0.58 0.24 81.24 0.48 0.54
Hex 9B C3 52 15 0 3A 18 51 30 36
Octal 233 303 122 25 0 72 30 121 60 66
Binary 10011011 11000011 1010010 10101 0 111010 11000 1010001 110000 110110

Color Harmonies of #9BC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC352

Black with #9BC352

Text Example


Text Example

White with #9BC352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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