Html Css Color HEX #99B72A Limerick

📋 copy color: '#99B72A'

red 153 ◦ green 183 ◦ blue 42

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

Shades of Limerick #99B72A

Tints of Limerick #99B72A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

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

R = 40.48%
G = 48.41%
B = 11.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#99B72A (or 0x99B72A) is known color: Limerick. HEX triplet: 99, B7 and 2A. RGB value is (153,183,42). Sum of RGB (Red+Green+Blue) = 153+183+42=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #99B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B72A is #6648D5. Grayscale: #9E9E9E. Windows color (decimal): -6703318 or 2799513. OLE color: 2799513.

HSL color Cylindrical-coordinate representation of color #99B72A: hue angle of 72.77º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99B72A is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 183 42 -
CMYK 0.16 0 0.77 0.28
HSL 72.77º 0.63% 0.44% -
HSV(B) 72.77º 0.77% 0.72% -
XYZ 30.49 40.81 8.46 -
YUV 157.96 62.56 124.46 -
System Red Green Blue C M Y K H S L
Decimal 153 183 42 0.16 0 0.77 0.28 72.77 0.63 0.44
Hex 99 B7 2A 10 0 4D 1C 49 3F 2C
Octal 231 267 52 20 0 115 34 111 77 54
Binary 10011001 10110111 101010 10000 0 1001101 11100 1001001 111111 101100

Color Harmonies of #99B72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B72A

Black with #99B72A

Text Example


Text Example

White with #99B72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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