Html Css Color HEX #9BC052 Atlantis

📋 copy color: '#9BC052'

red 155 ◦ green 192 ◦ blue 82

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

Shades of Atlantis #9BC052

Tints of Atlantis #9BC052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

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

R = 36.13%
G = 44.76%
B = 19.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#9BC052 (or 0x9BC052) is known color: Atlantis. HEX triplet: 9B, C0 and 52. RGB value is (155,192,82). Sum of RGB (Red+Green+Blue) = 155+192+82=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC052 is #643FAD. Grayscale: #A8A8A8. Windows color (decimal): -6569902 or 5423259. OLE color: 5423259.

HSL color Cylindrical-coordinate representation of color #9BC052: hue angle of 80.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BC052 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 82 -
CMYK 0.19 0 0.57 0.25
HSL 80.18º 0.47% 0.54% -
HSV(B) 80.18º 0.57% 0.75% -
XYZ 33.89 45.28 14.94 -
YUV 168.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 155 192 82 0.19 0 0.57 0.25 80.18 0.47 0.54
Hex 9B C0 52 13 0 39 19 50 2F 36
Octal 233 300 122 23 0 71 31 120 57 66
Binary 10011011 11000000 1010010 10011 0 111001 11001 1010000 101111 110110

Color Harmonies of #9BC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC052

Black with #9BC052

Text Example


Text Example

White with #9BC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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