Html Css Color HEX #9AB520 Bahia

📋 copy color: '#9AB520'

red 154 ◦ green 181 ◦ blue 32

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

Shades of Bahia #9AB520

Tints of Bahia #9AB520

RGB

 RED value IS 154 (60.55% from 255) = 41.96%

 GREEN value IS 181 (71.09% from 255) = 49.32%

 BLUE value IS 32 (12.89% from 255) = 8.72%

R = 41.96%
G = 49.32%
B = 8.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#9AB520 (or 0x9AB520) is known color: Bahia. HEX triplet: 9A, B5 and 20. RGB value is (154,181,32). Sum of RGB (Red+Green+Blue) = 154+181+32=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB520 is #654ADF. Grayscale: #9C9C9C. Windows color (decimal): -6638304 or 2143642. OLE color: 2143642.

HSL color Cylindrical-coordinate representation of color #9AB520: hue angle of 70.87º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9AB520 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 181 32 -
CMYK 0.15 0 0.82 0.29
HSL 70.87º 0.7% 0.42% -
HSV(B) 70.87º 0.82% 0.71% -
XYZ 30.11 40.02 7.5 -
YUV 155.94 58.05 126.62 -
System Red Green Blue C M Y K H S L
Decimal 154 181 32 0.15 0 0.82 0.29 70.87 0.7 0.42
Hex 9A B5 20 F 0 52 1D 47 46 2A
Octal 232 265 40 17 0 122 35 107 106 52
Binary 10011010 10110101 100000 1111 0 1010010 11101 1000111 1000110 101010

Color Harmonies of #9AB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB520

Black with #9AB520

Text Example


Text Example

White with #9AB520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,181,32); }

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

background-color css

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

 a { background-color: rgb(154,181,32); }

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

border-color css

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

 span { border-color: rgb(154,181,32); }

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