Html Css Color HEX #99B625 Limerick

📋 copy color: '#99B625'

red 153 ◦ green 182 ◦ blue 37

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

Shades of Limerick #99B625

Tints of Limerick #99B625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 41.13%
G = 48.92%
B = 9.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#99B625 (or 0x99B625) is known color: Limerick. HEX triplet: 99, B6 and 25. RGB value is (153,182,37). Sum of RGB (Red+Green+Blue) = 153+182+37=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #99B625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B625 is #6649DA. Grayscale: #9D9D9D. Windows color (decimal): -6703579 or 2471577. OLE color: 2471577.

HSL color Cylindrical-coordinate representation of color #99B625: hue angle of 72º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99B625 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 182 37 -
CMYK 0.16 0 0.80 0.29
HSL 72º 0.66% 0.43% -
HSV(B) 72º 0.8% 0.71% -
XYZ 30.2 40.36 7.95 -
YUV 156.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 153 182 37 0.16 0 0.80 0.29 72 0.66 0.43
Hex 99 B6 25 10 0 50 1D 48 42 2B
Octal 231 266 45 20 0 120 35 110 102 53
Binary 10011001 10110110 100101 10000 0 1010000 11101 1001000 1000010 101011

Color Harmonies of #99B625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B625

Black with #99B625

Text Example


Text Example

White with #99B625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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