Html Css Color HEX #98B826 Limerick

📋 copy color: '#98B826'

red 152 ◦ green 184 ◦ blue 38

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

Shades of Limerick #98B826

Tints of Limerick #98B826

RGB

 RED value IS 152 (59.77% from 255) = 40.64%

 GREEN value IS 184 (72.27% from 255) = 49.2%

 BLUE value IS 38 (15.23% from 255) = 10.16%

R = 40.64%
G = 49.2%
B = 10.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#98B826 (or 0x98B826) is known color: Limerick. HEX triplet: 98, B8 and 26. RGB value is (152,184,38). Sum of RGB (Red+Green+Blue) = 152+184+38=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #98B826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B826 is #6747D9. Grayscale: #9E9E9E. Windows color (decimal): -6768602 or 2537624. OLE color: 2537624.

HSL color Cylindrical-coordinate representation of color #98B826: hue angle of 73.15º 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 #98B826 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 184 38 -
CMYK 0.17 0 0.79 0.28
HSL 73.15º 0.66% 0.44% -
HSV(B) 73.15º 0.79% 0.72% -
XYZ 30.44 41.1 8.16 -
YUV 157.79 60.4 123.87 -
System Red Green Blue C M Y K H S L
Decimal 152 184 38 0.17 0 0.79 0.28 73.15 0.66 0.44
Hex 98 B8 26 11 0 4F 1C 49 42 2C
Octal 230 270 46 21 0 117 34 111 102 54
Binary 10011000 10111000 100110 10001 0 1001111 11100 1001001 1000010 101100

Color Harmonies of #98B826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B826

Black with #98B826

Text Example


Text Example

White with #98B826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98B826;
 }
 .AnyTagClassName
 {
   color: #98B826;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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