#99BE2C

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

Shades of Yellow Green #99BE2C

Tints of Yellow Green #99BE2C

Color information

#99BE2C (or 0x99BE2C) is unknown color: approx Yellow Green. HEX triplet: 99, BE and 2C. RGB value is (153,190,44). Sum of RGB (Red+Green+Blue) = 153+190+44=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BE2C is #6641D3. Grayscale: #A2A2A2. Windows color (decimal): -6701524 or 2932377. OLE color: 2932377.

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

Color convert

RGB15319044-
CMYK0.1900.770.25
HSL75.21º62.39%45.88%-
HSV(B)75.21º76.84%74.51%-
XYZ3243.789.15-
YUV162.2961.24121.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 190 (74.61% from 255) = 49.10%
BLUE value IS 44 (17.58% from 255) = 11.37%
R=39.53%
G=49.10%
B=11.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153190440.1900.770.2575.2162.3945.88
Hex99BE2C1304D194b3e2e
Octal23127654230115311137656
Binary10011001101111101011001001101001101110011001011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,190,44); }

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

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

 a { background-color: rgb(153,190,44); }

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

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

 span { border-color: rgb(153,190,44); }

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