Html Css Color HEX #9FB320 Bahia

📋 copy color: '#9FB320'

red 159 ◦ green 179 ◦ blue 32

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

Shades of Bahia #9FB320

Tints of Bahia #9FB320

RGB

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

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

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

R = 42.97%
G = 48.38%
B = 8.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#9FB320 (or 0x9FB320) is known color: Bahia. HEX triplet: 9F, B3 and 20. RGB value is (159,179,32). Sum of RGB (Red+Green+Blue) = 159+179+32=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB320 is #604CDF. Grayscale: #9C9C9C. Windows color (decimal): -6311136 or 2143135. OLE color: 2143135.

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

Color convert

RGB 159 179 32 -
CMYK 0.11 0 0.82 0.30
HSL 68.16º 0.7% 0.41% -
HSV(B) 68.16º 0.82% 0.7% -
XYZ 30.68 39.72 7.42 -
YUV 156.26 57.87 129.95 -
System Red Green Blue C M Y K H S L
Decimal 159 179 32 0.11 0 0.82 0.30 68.16 0.7 0.41
Hex 9F B3 20 B 0 52 1E 44 46 29
Octal 237 263 40 13 0 122 36 104 106 51
Binary 10011111 10110011 100000 1011 0 1010010 11110 1000100 1000110 101001

Color Harmonies of #9FB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB320

Black with #9FB320

Text Example


Text Example

White with #9FB320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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