#9FBE3A

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

Shades of Yellow Green #9FBE3A

Tints of Yellow Green #9FBE3A

Color information

#9FBE3A (or 0x9FBE3A) is unknown color: approx Yellow Green. HEX triplet: 9F, BE and 3A. RGB value is (159,190,58). Sum of RGB (Red+Green+Blue) = 159+190+58=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE3A is #6041C5. Grayscale: #A6A6A6. Windows color (decimal): -6308294 or 3849887. OLE color: 3849887.

HSL color Cylindrical-coordinate representation of color #9FBE3A: hue angle of 74.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FBE3A is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB15919058-
CMYK0.1600.690.25
HSL74.09º53.23%48.63%-
HSV(B)74.09º69.47%74.51%-
XYZ33.4844.510.83-
YUV165.6867.23123.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=39.07%
G=46.68%
B=14.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159190580.1600.690.2574.0953.2348.63
Hex9FBE3A10045194a3531
Octal23727672200105311126561
Binary10011111101111101110101000001000101110011001010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,58); }

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

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

 a { background-color: rgb(159,190,58); }

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

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

 span { border-color: rgb(159,190,58); }

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