Html Css Color HEX #9ABF20 Bahia

📋 copy color: '#9ABF20'

red 154 ◦ green 191 ◦ blue 32

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

Shades of Bahia #9ABF20

Tints of Bahia #9ABF20

RGB

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

 GREEN value IS 191 (75% from 255) = 50.66%

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

R = 40.85%
G = 50.66%
B = 8.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#9ABF20 (or 0x9ABF20) is known color: Bahia. HEX triplet: 9A, BF and 20. RGB value is (154,191,32). Sum of RGB (Red+Green+Blue) = 154+191+32=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABF20 is #6540DF. Grayscale: #A2A2A2. Windows color (decimal): -6635744 or 2146202. OLE color: 2146202.

HSL color Cylindrical-coordinate representation of color #9ABF20: hue angle of 73.96º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9ABF20 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 191 32 -
CMYK 0.19 0 0.83 0.25
HSL 73.96º 0.71% 0.44% -
HSV(B) 73.96º 0.83% 0.75% -
XYZ 32.22 44.24 8.21 -
YUV 161.81 54.74 122.43 -
System Red Green Blue C M Y K H S L
Decimal 154 191 32 0.19 0 0.83 0.25 73.96 0.71 0.44
Hex 9A BF 20 13 0 53 19 4A 47 2C
Octal 232 277 40 23 0 123 31 112 107 54
Binary 10011010 10111111 100000 10011 0 1010011 11001 1001010 1000111 101100

Color Harmonies of #9ABF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF20

Black with #9ABF20

Text Example


Text Example

White with #9ABF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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