#99BC30

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

Shades of Yellow Green #99BC30

Tints of Yellow Green #99BC30

Color information

#99BC30 (or 0x99BC30) is unknown color: approx Yellow Green. HEX triplet: 99, BC and 30. RGB value is (153,188,48). Sum of RGB (Red+Green+Blue) = 153+188+48=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC30 is #6643CF. Grayscale: #A2A2A2. Windows color (decimal): -6702032 or 3194009. OLE color: 3194009.

HSL color Cylindrical-coordinate representation of color #99BC30: hue angle of 75º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99BC30 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB15318848-
CMYK0.1900.740.26
HSL75º59.32%46.27%-
HSV(B)75º74.47%73.73%-
XYZ31.6542.959.42-
YUV161.5863.9121.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 188 (73.83% from 255) = 48.33%
BLUE value IS 48 (19.14% from 255) = 12.34%
R=39.33%
G=48.33%
B=12.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153188480.1900.740.267559.3246.27
Hex99BC301304A1A4b3b2e
Octal23127460230112321137356
Binary10011001101111001100001001101001010110101001011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,188,48); }

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

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

 a { background-color: rgb(153,188,48); }

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

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

 span { border-color: rgb(153,188,48); }

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