#99B826

Color #99B826 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #99B826

Tints of Limerick #99B826

Color information

#99B826 (or 0x99B826) is unknown color: approx Limerick. HEX triplet: 99, B8 and 26. RGB value is (153,184,38). Sum of RGB (Red+Green+Blue) = 153+184+38=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #99B826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B826 is #6647D9. Grayscale: #9E9E9E. Windows color (decimal): -6703066 or 2537625. OLE color: 2537625.

HSL color Cylindrical-coordinate representation of color #99B826: hue angle of 72.74º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99B826 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB15318438-
CMYK0.1700.790.28
HSL72.74º65.77%43.53%-
HSV(B)72.74º79.35%72.16%-
XYZ30.6341.198.17-
YUV158.0960.23124.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 38 (15.23% from 255) = 10.13%
R=40.8%
G=49.07%
B=10.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153184380.1700.790.2872.7465.7743.53
Hex99B8261104F1C49422c
Octal231270462101173411110254
Binary100110011011100010011010001010011111110010010011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,184,38); }

 H1.HeaderClassName
 {
   color: #99B826;
 }
 .AnyTagClassName
 {
   color: #99B826;
 }
</style>
background-color css

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

 a { background-color: rgb(153,184,38); }

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

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

 span { border-color: rgb(153,184,38); }

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