Html Css Color HEX #9BBB50 Atlantis

📋 copy color: '#9BBB50'

red 155 ◦ green 187 ◦ blue 80

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

Shades of Atlantis #9BBB50

Tints of Atlantis #9BBB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.31%

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 36.73%
G = 44.31%
B = 18.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#9BBB50 (or 0x9BBB50) is known color: Atlantis. HEX triplet: 9B, BB and 50. RGB value is (155,187,80). Sum of RGB (Red+Green+Blue) = 155+187+80=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB50 is #6444AF. Grayscale: #A5A5A5. Windows color (decimal): -6571184 or 5290907. OLE color: 5290907.

HSL color Cylindrical-coordinate representation of color #9BBB50: hue angle of 77.94º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BBB50 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 187 80 -
CMYK 0.17 0 0.57 0.27
HSL 77.94º 0.44% 0.52% -
HSV(B) 77.94º 0.57% 0.73% -
XYZ 32.74 43.09 14.18 -
YUV 165.23 79.9 120.7 -
System Red Green Blue C M Y K H S L
Decimal 155 187 80 0.17 0 0.57 0.27 77.94 0.44 0.52
Hex 9B BB 50 11 0 39 1B 4E 2C 34
Octal 233 273 120 21 0 71 33 116 54 64
Binary 10011011 10111011 1010000 10001 0 111001 11011 1001110 101100 110100

Color Harmonies of #9BBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB50

Black with #9BBB50

Text Example


Text Example

White with #9BBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,80); }

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

background-color css

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

 a { background-color: rgb(155,187,80); }

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

border-color css

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

 span { border-color: rgb(155,187,80); }

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