Html Css Color HEX #99B52D Limerick

📋 copy color: '#99B52D'

red 153 ◦ green 181 ◦ blue 45

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

Shades of Limerick #99B52D

Tints of Limerick #99B52D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.76%

 BLUE value IS 45 (17.97% from 255) = 11.87%

R = 40.37%
G = 47.76%
B = 11.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#99B52D (or 0x99B52D) is known color: Limerick. HEX triplet: 99, B5 and 2D. RGB value is (153,181,45). Sum of RGB (Red+Green+Blue) = 153+181+45=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #99B52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B52D is #664AD2. Grayscale: #9D9D9D. Windows color (decimal): -6703827 or 2995609. OLE color: 2995609.

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

Color convert

RGB 153 181 45 -
CMYK 0.15 0 0.75 0.29
HSL 72.35º 0.6% 0.44% -
HSV(B) 72.35º 0.75% 0.71% -
XYZ 30.13 40.01 8.62 -
YUV 157.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 153 181 45 0.15 0 0.75 0.29 72.35 0.6 0.44
Hex 99 B5 2D F 0 4B 1D 48 3C 2C
Octal 231 265 55 17 0 113 35 110 74 54
Binary 10011001 10110101 101101 1111 0 1001011 11101 1001000 111100 101100

Color Harmonies of #99B52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B52D

Black with #99B52D

Text Example


Text Example

White with #99B52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,181,45); }

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

background-color css

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

 a { background-color: rgb(153,181,45); }

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

border-color css

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

 span { border-color: rgb(153,181,45); }

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