Html Css Color HEX #99B134 Limerick

📋 copy color: '#99B134'

red 153 ◦ green 177 ◦ blue 52

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

Shades of Limerick #99B134

Tints of Limerick #99B134

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.34%

 BLUE value IS 52 (20.7% from 255) = 13.61%

R = 40.05%
G = 46.34%
B = 13.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#99B134 (or 0x99B134) is known color: Limerick. HEX triplet: 99, B1 and 34. RGB value is (153,177,52). Sum of RGB (Red+Green+Blue) = 153+177+52=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #99B134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B134 is #664ECB. Grayscale: #9C9C9C. Windows color (decimal): -6704844 or 3453337. OLE color: 3453337.

HSL color Cylindrical-coordinate representation of color #99B134: hue angle of 71.52º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99B134 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 177 52 -
CMYK 0.14 0 0.71 0.31
HSL 71.52º 0.55% 0.45% -
HSV(B) 71.52º 0.71% 0.69% -
XYZ 29.48 38.46 9.12 -
YUV 155.57 69.55 126.16 -
System Red Green Blue C M Y K H S L
Decimal 153 177 52 0.14 0 0.71 0.31 71.52 0.55 0.45
Hex 99 B1 34 E 0 47 1F 48 37 2D
Octal 231 261 64 16 0 107 37 110 67 55
Binary 10011001 10110001 110100 1110 0 1000111 11111 1001000 110111 101101

Color Harmonies of #99B134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B134

Black with #99B134

Text Example


Text Example

White with #99B134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,177,52); }

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

background-color css

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

 a { background-color: rgb(153,177,52); }

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

border-color css

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

 span { border-color: rgb(153,177,52); }

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