Html Css Color HEX #99BC30 Yellow Green

📋 copy color: '#99BC30'

red 153 ◦ green 188 ◦ blue 48

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

Shades of Yellow Green #99BC30

Tints of Yellow Green #99BC30

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 value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#99BC30 (or 0x99BC30) is known color: 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

RGB 153 188 48 -
CMYK 0.19 0 0.74 0.26
HSL 75º 0.59% 0.46% -
HSV(B) 75º 0.74% 0.74% -
XYZ 31.65 42.95 9.42 -
YUV 161.58 63.9 121.88 -
System Red Green Blue C M Y K H S L
Decimal 153 188 48 0.19 0 0.74 0.26 75 0.59 0.46
Hex 99 BC 30 13 0 4A 1A 4B 3B 2E
Octal 231 274 60 23 0 112 32 113 73 56
Binary 10011001 10111100 110000 10011 0 1001010 11010 1001011 111011 101110

Color Harmonies of #99BC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC30

Black with #99BC30

Text Example


Text Example

White with #99BC30

Text Example


Text Example

HTML Codes & Css Web 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>