Html Css Color HEX #9FBE20 Bahia

📋 copy color: '#9FBE20'

red 159 ◦ green 190 ◦ blue 32

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

Shades of Bahia #9FBE20

Tints of Bahia #9FBE20

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.87%

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

R = 41.73%
G = 49.87%
B = 8.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#9FBE20 (or 0x9FBE20) is known color: Bahia. HEX triplet: 9F, BE and 20. RGB value is (159,190,32). Sum of RGB (Red+Green+Blue) = 159+190+32=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE20 is #6041DF. Grayscale: #A3A3A3. Windows color (decimal): -6308320 or 2145951. OLE color: 2145951.

HSL color Cylindrical-coordinate representation of color #9FBE20: hue angle of 71.77º 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 #9FBE20 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 32 -
CMYK 0.16 0 0.83 0.25
HSL 71.77º 0.71% 0.44% -
HSV(B) 71.77º 0.83% 0.75% -
XYZ 32.97 44.3 8.18 -
YUV 162.72 54.23 125.35 -
System Red Green Blue C M Y K H S L
Decimal 159 190 32 0.16 0 0.83 0.25 71.77 0.71 0.44
Hex 9F BE 20 10 0 53 19 48 47 2C
Octal 237 276 40 20 0 123 31 110 107 54
Binary 10011111 10111110 100000 10000 0 1010011 11001 1001000 1000111 101100

Color Harmonies of #9FBE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE20

Black with #9FBE20

Text Example


Text Example

White with #9FBE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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