#99BC2A

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

Shades of Yellow Green #99BC2A

Tints of Yellow Green #99BC2A

Color information

#99BC2A (or 0x99BC2A) is unknown color: approx Yellow Green. HEX triplet: 99, BC and 2A. RGB value is (153,188,42). Sum of RGB (Red+Green+Blue) = 153+188+42=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC2A is #6643D5. Grayscale: #A1A1A1. Windows color (decimal): -6702038 or 2800793. OLE color: 2800793.

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

Color convert

RGB15318842-
CMYK0.1900.780.26
HSL74.38º63.48%45.1%-
HSV(B)74.38º77.66%73.73%-
XYZ31.5442.918.81-
YUV160.8960.9122.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 188 (73.83% from 255) = 49.09%
BLUE value IS 42 (16.80% from 255) = 10.97%
R=39.95%
G=49.09%
B=10.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153188420.1900.780.2674.3863.4845.1
Hex99BC2A1304E1A4a3f2d
Octal23127452230116321127755
Binary10011001101111001010101001101001110110101001010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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