Html Css Color HEX #9BC452 Atlantis

📋 copy color: '#9BC452'

red 155 ◦ green 196 ◦ blue 82

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

Shades of Atlantis #9BC452

Tints of Atlantis #9BC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.27%

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

R = 35.8%
G = 45.27%
B = 18.94%

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

#9BC452 (or 0x9BC452) is known color: Atlantis. HEX triplet: 9B, C4 and 52. RGB value is (155,196,82). Sum of RGB (Red+Green+Blue) = 155+196+82=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC452 is #643BAD. Grayscale: #ABABAB. Windows color (decimal): -6568878 or 5424283. OLE color: 5424283.

HSL color Cylindrical-coordinate representation of color #9BC452: hue angle of 81.58º degrees, saturation: 0.49, 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 #9BC452 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 82 -
CMYK 0.21 0 0.58 0.23
HSL 81.58º 0.49% 0.55% -
HSV(B) 81.58º 0.58% 0.77% -
XYZ 34.78 47.06 15.23 -
YUV 170.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 155 196 82 0.21 0 0.58 0.23 81.58 0.49 0.55
Hex 9B C4 52 15 0 3A 17 52 31 37
Octal 233 304 122 25 0 72 27 122 61 67
Binary 10011011 11000100 1010010 10101 0 111010 10111 1010010 110001 110111

Color Harmonies of #9BC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC452

Black with #9BC452

Text Example


Text Example

White with #9BC452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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