Html Css Color HEX #9FB424 Bahia

📋 copy color: '#9FB424'

red 159 ◦ green 180 ◦ blue 36

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

Shades of Bahia #9FB424

Tints of Bahia #9FB424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48%

 BLUE value IS 36 (14.45% from 255) = 9.6%

R = 42.4%
G = 48%
B = 9.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#9FB424 (or 0x9FB424) is known color: Bahia. HEX triplet: 9F, B4 and 24. RGB value is (159,180,36). Sum of RGB (Red+Green+Blue) = 159+180+36=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB424 is #604BDB. Grayscale: #9D9D9D. Windows color (decimal): -6310876 or 2405535. OLE color: 2405535.

HSL color Cylindrical-coordinate representation of color #9FB424: hue angle of 68.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9FB424 is Cyan = 0.12, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 180 36 -
CMYK 0.12 0 0.8 0.29
HSL 68.75º 0.67% 0.42% -
HSV(B) 68.75º 0.8% 0.71% -
XYZ 30.94 40.14 7.79 -
YUV 157.31 59.54 129.21 -
System Red Green Blue C M Y K H S L
Decimal 159 180 36 0.12 0 0.8 0.29 68.75 0.67 0.42
Hex 9F B4 24 C 0 50 1D 45 43 2A
Octal 237 264 44 14 0 120 35 105 103 52
Binary 10011111 10110100 100100 1100 0 1010000 11101 1000101 1000011 101010

Color Harmonies of #9FB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB424

Black with #9FB424

Text Example


Text Example

White with #9FB424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,180,36); }

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

background-color css

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

 a { background-color: rgb(159,180,36); }

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

border-color css

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

 span { border-color: rgb(159,180,36); }

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