#9FB821

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

Shades of Bahia #9FB821

Tints of Bahia #9FB821

Color information

#9FB821 (or 0x9FB821) is unknown color: approx Bahia. HEX triplet: 9F, B8 and 21. RGB value is (159,184,33). Sum of RGB (Red+Green+Blue) = 159+184+33=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB821 is #6047DE. Grayscale: #9F9F9F. Windows color (decimal): -6309855 or 2209951. OLE color: 2209951.

HSL color Cylindrical-coordinate representation of color #9FB821: hue angle of 69.93º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9FB821 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB15918433-
CMYK0.1400.820.28
HSL69.93º69.59%42.55%-
HSV(B)69.93º82.07%72.16%-
XYZ31.7141.767.83-
YUV159.3156.72127.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 184 (72.27% from 255) = 48.94%
BLUE value IS 33 (13.28% from 255) = 8.78%
R=42.29%
G=48.94%
B=8.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159184330.1400.820.2869.9369.5942.55
Hex9FB821E0521C46462b
Octal237270411601223410610653
Binary10011111101110001000011110010100101110010001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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