#9FB321

Color #9FB321 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #9FB321

Tints of Bahia #9FB321

Color information

#9FB321 (or 0x9FB321) is unknown color: approx Bahia. HEX triplet: 9F, B3 and 21. RGB value is (159,179,33). Sum of RGB (Red+Green+Blue) = 159+179+33=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB321 is #604CDE. Grayscale: #9C9C9C. Windows color (decimal): -6311135 or 2208671. OLE color: 2208671.

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

Color convert

RGB15917933-
CMYK0.1100.820.30
HSL68.22º68.87%41.57%-
HSV(B)68.22º81.56%70.2%-
XYZ30.6939.727.49-
YUV156.3858.37129.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 33 (13.28% from 255) = 8.89%
R=42.86%
G=48.25%
B=8.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159179330.1100.820.3068.2268.8741.57
Hex9FB321B0521E44452a
Octal237263411301223610410552
Binary10011111101100111000011011010100101111010001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FB321;
 }
 .AnyTagClassName
 {
   color: #9FB321;
 }
</style>
background-color css

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

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

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

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

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

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