Html Css Color HEX #99B420 Limerick

📋 copy color: '#99B420'

red 153 ◦ green 180 ◦ blue 32

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

Shades of Limerick #99B420

Tints of Limerick #99B420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.32%

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 41.92%
G = 49.32%
B = 8.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#99B420 (or 0x99B420) is known color: Limerick. HEX triplet: 99, B4 and 20. RGB value is (153,180,32). Sum of RGB (Red+Green+Blue) = 153+180+32=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #99B420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B420 is #664BDF. Grayscale: #9B9B9B. Windows color (decimal): -6704096 or 2143385. OLE color: 2143385.

HSL color Cylindrical-coordinate representation of color #99B420: hue angle of 70.95º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99B420 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 32 -
CMYK 0.15 0 0.82 0.29
HSL 70.95º 0.7% 0.42% -
HSV(B) 70.95º 0.82% 0.71% -
XYZ 29.72 39.52 7.43 -
YUV 155.06 58.55 126.53 -
System Red Green Blue C M Y K H S L
Decimal 153 180 32 0.15 0 0.82 0.29 70.95 0.7 0.42
Hex 99 B4 20 F 0 52 1D 47 46 2A
Octal 231 264 40 17 0 122 35 107 106 52
Binary 10011001 10110100 100000 1111 0 1010010 11101 1000111 1000110 101010

Color Harmonies of #99B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B420

Black with #99B420

Text Example


Text Example

White with #99B420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,32); }

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

background-color css

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

 a { background-color: rgb(153,180,32); }

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

border-color css

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

 span { border-color: rgb(153,180,32); }

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