Html Css Color HEX #99B232 Limerick

📋 copy color: '#99B232'

red 153 ◦ green 178 ◦ blue 50

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

Shades of Limerick #99B232

Tints of Limerick #99B232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

 BLUE value IS 50 (19.92% from 255) = 13.12%

R = 40.16%
G = 46.72%
B = 13.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#99B232 (or 0x99B232) is known color: Limerick. HEX triplet: 99, B2 and 32. RGB value is (153,178,50). Sum of RGB (Red+Green+Blue) = 153+178+50=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #99B232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B232 is #664DCD. Grayscale: #9C9C9C. Windows color (decimal): -6704590 or 3322521. OLE color: 3322521.

HSL color Cylindrical-coordinate representation of color #99B232: hue angle of 71.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99B232 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 178 50 -
CMYK 0.14 0 0.72 0.30
HSL 71.72º 0.56% 0.45% -
HSV(B) 71.72º 0.72% 0.7% -
XYZ 29.63 38.84 8.95 -
YUV 155.93 68.22 125.91 -
System Red Green Blue C M Y K H S L
Decimal 153 178 50 0.14 0 0.72 0.30 71.72 0.56 0.45
Hex 99 B2 32 E 0 48 1E 48 38 2D
Octal 231 262 62 16 0 110 36 110 70 55
Binary 10011001 10110010 110010 1110 0 1001000 11110 1001000 111000 101101

Color Harmonies of #99B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B232

Black with #99B232

Text Example


Text Example

White with #99B232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,178,50); }

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

background-color css

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

 a { background-color: rgb(153,178,50); }

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

border-color css

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

 span { border-color: rgb(153,178,50); }

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