Html Css Color HEX #9FB32F Bahia

📋 copy color: '#9FB32F'

red 159 ◦ green 179 ◦ blue 47

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

Shades of Bahia #9FB32F

Tints of Bahia #9FB32F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 41.3%
G = 46.49%
B = 12.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#9FB32F (or 0x9FB32F) is known color: Bahia. HEX triplet: 9F, B3 and 2F. RGB value is (159,179,47). Sum of RGB (Red+Green+Blue) = 159+179+47=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB32F is #604CD0. Grayscale: #9E9E9E. Windows color (decimal): -6311121 or 3126175. OLE color: 3126175.

HSL color Cylindrical-coordinate representation of color #9FB32F: hue angle of 69.09º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FB32F is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 179 47 -
CMYK 0.11 0 0.74 0.30
HSL 69.09º 0.58% 0.44% -
HSV(B) 69.09º 0.74% 0.7% -
XYZ 30.93 39.82 8.74 -
YUV 157.97 65.37 128.73 -
System Red Green Blue C M Y K H S L
Decimal 159 179 47 0.11 0 0.74 0.30 69.09 0.58 0.44
Hex 9F B3 2F B 0 4A 1E 45 3A 2C
Octal 237 263 57 13 0 112 36 105 72 54
Binary 10011111 10110011 101111 1011 0 1001010 11110 1000101 111010 101100

Color Harmonies of #9FB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB32F

Black with #9FB32F

Text Example


Text Example

White with #9FB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,179,47); }

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

background-color css

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

 a { background-color: rgb(159,179,47); }

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

border-color css

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

 span { border-color: rgb(159,179,47); }

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