Html Css Color HEX #99B62D Limerick

📋 copy color: '#99B62D'

red 153 ◦ green 182 ◦ blue 45

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

Shades of Limerick #99B62D

Tints of Limerick #99B62D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.89%

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

R = 40.26%
G = 47.89%
B = 11.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#99B62D (or 0x99B62D) is known color: Limerick. HEX triplet: 99, B6 and 2D. RGB value is (153,182,45). Sum of RGB (Red+Green+Blue) = 153+182+45=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #99B62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B62D is #6649D2. Grayscale: #9E9E9E. Windows color (decimal): -6703571 or 2995865. OLE color: 2995865.

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

Color convert

RGB 153 182 45 -
CMYK 0.16 0 0.75 0.29
HSL 72.7º 0.6% 0.45% -
HSV(B) 72.7º 0.75% 0.71% -
XYZ 30.34 40.42 8.69 -
YUV 157.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 153 182 45 0.16 0 0.75 0.29 72.7 0.6 0.45
Hex 99 B6 2D 10 0 4B 1D 49 3C 2D
Octal 231 266 55 20 0 113 35 111 74 55
Binary 10011001 10110110 101101 10000 0 1001011 11101 1001001 111100 101101

Color Harmonies of #99B62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B62D

Black with #99B62D

Text Example


Text Example

White with #99B62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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