#99BD2A

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

Shades of Yellow Green #99BD2A

Tints of Yellow Green #99BD2A

Color information

#99BD2A (or 0x99BD2A) is unknown color: approx Yellow Green. HEX triplet: 99, BD and 2A. RGB value is (153,189,42). Sum of RGB (Red+Green+Blue) = 153+189+42=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD2A is #6642D5. Grayscale: #A2A2A2. Windows color (decimal): -6701782 or 2801049. OLE color: 2801049.

HSL color Cylindrical-coordinate representation of color #99BD2A: hue angle of 74.69º degrees, saturation: 0.64, 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 #99BD2A is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB15318942-
CMYK0.1900.780.26
HSL74.69º63.64%45.29%-
HSV(B)74.69º77.78%74.12%-
XYZ31.7543.338.88-
YUV161.4860.57121.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 189 (74.22% from 255) = 49.22%
BLUE value IS 42 (16.80% from 255) = 10.94%
R=39.84%
G=49.22%
B=10.94%

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
Decimal153189420.1900.780.2674.6963.6445.29
Hex99BD2A1304E1A4b402d
Octal231275522301163211310055
Binary100110011011110110101010011010011101101010010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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