#9FBB32

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

Shades of Yellow Green #9FBB32

Tints of Yellow Green #9FBB32

Color information

#9FBB32 (or 0x9FBB32) is unknown color: approx Yellow Green. HEX triplet: 9F, BB and 32. RGB value is (159,187,50). Sum of RGB (Red+Green+Blue) = 159+187+50=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBB32 is #6044CD. Grayscale: #A3A3A3. Windows color (decimal): -6309070 or 3324831. OLE color: 3324831.

HSL color Cylindrical-coordinate representation of color #9FBB32: hue angle of 72.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FBB32 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB15918750-
CMYK0.1500.730.27
HSL72.26º57.81%46.47%-
HSV(B)72.26º73.26%73.33%-
XYZ32.6443.149.62-
YUV163.0164.22125.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.15%
GREEN value IS 187 (73.44% from 255) = 47.22%
BLUE value IS 50 (19.92% from 255) = 12.63%
R=40.15%
G=47.22%
B=12.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159187500.1500.730.2772.2657.8146.47
Hex9FBB32F0491B483a2e
Octal23727362170111331107256
Binary1001111110111011110010111101001001110111001000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,50); }

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

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

 a { background-color: rgb(159,187,50); }

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

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

 span { border-color: rgb(159,187,50); }

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