Html Css Color HEX #99BE2A Yellow Green

📋 copy color: '#99BE2A'

red 153 ◦ green 190 ◦ blue 42

#99BE2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #99BE2A

Tints of Yellow Green #99BE2A

RGB

 RED value IS 153 (60.16% from 255) = 39.74%

 GREEN value IS 190 (74.61% from 255) = 49.35%

 BLUE value IS 42 (16.8% from 255) = 10.91%

R = 39.74%
G = 49.35%
B = 10.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#99BE2A (or 0x99BE2A) is known color: Yellow Green. HEX triplet: 99, BE and 2A. RGB value is (153,190,42). Sum of RGB (Red+Green+Blue) = 153+190+42=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BE2A is #6641D5. Grayscale: #A2A2A2. Windows color (decimal): -6701526 or 2801305. OLE color: 2801305.

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

Color convert

RGB 153 190 42 -
CMYK 0.19 0 0.78 0.25
HSL 75º 0.64% 0.45% -
HSV(B) 75º 0.78% 0.75% -
XYZ 31.97 43.77 8.95 -
YUV 162.07 60.24 121.53 -
System Red Green Blue C M Y K H S L
Decimal 153 190 42 0.19 0 0.78 0.25 75 0.64 0.45
Hex 99 BE 2A 13 0 4E 19 4B 40 2D
Octal 231 276 52 23 0 116 31 113 100 55
Binary 10011001 10111110 101010 10011 0 1001110 11001 1001011 1000000 101101

Color Harmonies of #99BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BE2A

Black with #99BE2A

Text Example


Text Example

White with #99BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99BE2A;
 }
 .AnyTagClassName
 {
   color: #99BE2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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