Html Css Color HEX #9BB84A Atlantis

📋 copy color: '#9BB84A'

red 155 ◦ green 184 ◦ blue 74

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

Shades of Atlantis #9BB84A

Tints of Atlantis #9BB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.55%

 BLUE value IS 74 (29.3% from 255) = 17.92%

R = 37.53%
G = 44.55%
B = 17.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#9BB84A (or 0x9BB84A) is known color: Atlantis. HEX triplet: 9B, B8 and 4A. RGB value is (155,184,74). Sum of RGB (Red+Green+Blue) = 155+184+74=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB84A is #6447B5. Grayscale: #A3A3A3. Windows color (decimal): -6571958 or 4896923. OLE color: 4896923.

HSL color Cylindrical-coordinate representation of color #9BB84A: hue angle of 75.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BB84A is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 184 74 -
CMYK 0.16 0 0.60 0.28
HSL 75.82º 0.44% 0.51% -
HSV(B) 75.82º 0.6% 0.72% -
XYZ 31.89 41.74 12.85 -
YUV 162.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 155 184 74 0.16 0 0.60 0.28 75.82 0.44 0.51
Hex 9B B8 4A 10 0 3C 1C 4C 2C 33
Octal 233 270 112 20 0 74 34 114 54 63
Binary 10011011 10111000 1001010 10000 0 111100 11100 1001100 101100 110011

Color Harmonies of #9BB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB84A

Black with #9BB84A

Text Example


Text Example

White with #9BB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,184,74); }

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

background-color css

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

 a { background-color: rgb(155,184,74); }

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

border-color css

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

 span { border-color: rgb(155,184,74); }

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