Html Css Color HEX #9BB949 Atlantis

📋 copy color: '#9BB949'

red 155 ◦ green 185 ◦ blue 73

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

Shades of Atlantis #9BB949

Tints of Atlantis #9BB949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

 BLUE value IS 73 (28.91% from 255) = 17.68%

R = 37.53%
G = 44.79%
B = 17.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#9BB949 (or 0x9BB949) is known color: Atlantis. HEX triplet: 9B, B9 and 49. RGB value is (155,185,73). Sum of RGB (Red+Green+Blue) = 155+185+73=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB949 is #6446B6. Grayscale: #A3A3A3. Windows color (decimal): -6571703 or 4831643. OLE color: 4831643.

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

Color convert

RGB 155 185 73 -
CMYK 0.16 0 0.61 0.27
HSL 76.07º 0.44% 0.51% -
HSV(B) 76.07º 0.61% 0.73% -
XYZ 32.07 42.15 12.75 -
YUV 163.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 155 185 73 0.16 0 0.61 0.27 76.07 0.44 0.51
Hex 9B B9 49 10 0 3D 1B 4C 2C 33
Octal 233 271 111 20 0 75 33 114 54 63
Binary 10011011 10111001 1001001 10000 0 111101 11011 1001100 101100 110011

Color Harmonies of #9BB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB949

Black with #9BB949

Text Example


Text Example

White with #9BB949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,185,73); }

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

background-color css

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

 a { background-color: rgb(155,185,73); }

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

border-color css

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

 span { border-color: rgb(155,185,73); }

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