Html Css Color HEX #9FAB20 Bahia

📋 copy color: '#9FAB20'

red 159 ◦ green 171 ◦ blue 32

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

Shades of Bahia #9FAB20

Tints of Bahia #9FAB20

RGB

 RED value IS 159 (62.5% from 255) = 43.92%

 GREEN value IS 171 (67.19% from 255) = 47.24%

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

R = 43.92%
G = 47.24%
B = 8.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#9FAB20 (or 0x9FAB20) is known color: Bahia. HEX triplet: 9F, AB and 20. RGB value is (159,171,32). Sum of RGB (Red+Green+Blue) = 159+171+32=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB20 is #6054DF. Grayscale: #989898. Windows color (decimal): -6313184 or 2141087. OLE color: 2141087.

HSL color Cylindrical-coordinate representation of color #9FAB20: hue angle of 65.18º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9FAB20 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 32 -
CMYK 0.07 0 0.81 0.33
HSL 65.18º 0.68% 0.4% -
HSV(B) 65.18º 0.81% 0.67% -
XYZ 29.12 36.6 6.9 -
YUV 151.57 60.52 133.3 -
System Red Green Blue C M Y K H S L
Decimal 159 171 32 0.07 0 0.81 0.33 65.18 0.68 0.4
Hex 9F AB 20 7 0 51 21 41 44 28
Octal 237 253 40 7 0 121 41 101 104 50
Binary 10011111 10101011 100000 111 0 1010001 100001 1000001 1000100 101000

Color Harmonies of #9FAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB20

Black with #9FAB20

Text Example


Text Example

White with #9FAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,171,32); }

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

background-color css

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

 a { background-color: rgb(159,171,32); }

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

border-color css

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

 span { border-color: rgb(159,171,32); }

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