Html Css Color HEX #9AB921 Bahia

📋 copy color: '#9AB921'

red 154 ◦ green 185 ◦ blue 33

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

Shades of Bahia #9AB921

Tints of Bahia #9AB921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.87%

R = 41.4%
G = 49.73%
B = 8.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#9AB921 (or 0x9AB921) is known color: Bahia. HEX triplet: 9A, B9 and 21. RGB value is (154,185,33). Sum of RGB (Red+Green+Blue) = 154+185+33=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB921 is #6546DE. Grayscale: #9E9E9E. Windows color (decimal): -6637279 or 2210202. OLE color: 2210202.

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

Color convert

RGB 154 185 33 -
CMYK 0.17 0 0.82 0.27
HSL 72.24º 0.7% 0.43% -
HSV(B) 72.24º 0.82% 0.73% -
XYZ 30.95 41.68 7.85 -
YUV 158.4 57.23 124.86 -
System Red Green Blue C M Y K H S L
Decimal 154 185 33 0.17 0 0.82 0.27 72.24 0.7 0.43
Hex 9A B9 21 11 0 52 1B 48 46 2B
Octal 232 271 41 21 0 122 33 110 106 53
Binary 10011010 10111001 100001 10001 0 1010010 11011 1001000 1000110 101011

Color Harmonies of #9AB921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB921

Black with #9AB921

Text Example


Text Example

White with #9AB921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,185,33); }

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

background-color css

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

 a { background-color: rgb(154,185,33); }

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

border-color css

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

 span { border-color: rgb(154,185,33); }

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