#99BF2E

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

Shades of Yellow Green #99BF2E

Tints of Yellow Green #99BF2E

Color information

#99BF2E (or 0x99BF2E) is unknown color: approx Yellow Green. HEX triplet: 99, BF and 2E. RGB value is (153,191,46). Sum of RGB (Red+Green+Blue) = 153+191+46=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BF2E is #6640D1. Grayscale: #A3A3A3. Windows color (decimal): -6701266 or 3063705. OLE color: 3063705.

HSL color Cylindrical-coordinate representation of color #99BF2E: hue angle of 75.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99BF2E is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB15319146-
CMYK0.2000.760.25
HSL75.72º61.18%46.47%-
HSV(B)75.72º75.92%74.9%-
XYZ32.2644.239.42-
YUV163.1161.91120.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 46 (18.36% from 255) = 11.79%
R=39.23%
G=48.97%
B=11.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153191460.2000.760.2575.7261.1846.47
Hex99BF2E1404C194c3d2e
Octal23127756240114311147556
Binary10011001101111111011101010001001100110011001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BF2E; }

 p { color: rgb(153,191,46); }

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

<style>
 a { background-color: #99BF2E; }

 a { background-color: rgb(153,191,46); }

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

<style>
 span { border-color: #99BF2E; }

 span { border-color: rgb(153,191,46); }

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