Html Css Color HEX #9AB220 Bahia

📋 copy color: '#9AB220'

red 154 ◦ green 178 ◦ blue 32

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

Shades of Bahia #9AB220

Tints of Bahia #9AB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.9%

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

R = 42.31%
G = 48.9%
B = 8.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#9AB220 (or 0x9AB220) is known color: Bahia. HEX triplet: 9A, B2 and 20. RGB value is (154,178,32). Sum of RGB (Red+Green+Blue) = 154+178+32=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB220 is #654DDF. Grayscale: #9A9A9A. Windows color (decimal): -6639072 or 2142874. OLE color: 2142874.

HSL color Cylindrical-coordinate representation of color #9AB220: hue angle of 69.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9AB220 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 178 32 -
CMYK 0.13 0 0.82 0.30
HSL 69.86º 0.7% 0.41% -
HSV(B) 69.86º 0.82% 0.7% -
XYZ 29.51 38.82 7.3 -
YUV 154.18 59.05 127.87 -
System Red Green Blue C M Y K H S L
Decimal 154 178 32 0.13 0 0.82 0.30 69.86 0.7 0.41
Hex 9A B2 20 D 0 52 1E 46 46 29
Octal 232 262 40 15 0 122 36 106 106 51
Binary 10011010 10110010 100000 1101 0 1010010 11110 1000110 1000110 101001

Color Harmonies of #9AB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB220

Black with #9AB220

Text Example


Text Example

White with #9AB220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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