Html Css Color HEX #98A933 Limerick

📋 copy color: '#98A933'

red 152 ◦ green 169 ◦ blue 51

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

Shades of Limerick #98A933

Tints of Limerick #98A933

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.43%

 BLUE value IS 51 (20.31% from 255) = 13.71%

R = 40.86%
G = 45.43%
B = 13.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#98A933 (or 0x98A933) is known color: Limerick. HEX triplet: 98, A9 and 33. RGB value is (152,169,51). Sum of RGB (Red+Green+Blue) = 152+169+51=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #98A933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A933 is #6756CC. Grayscale: #969696. Windows color (decimal): -6772429 or 3385752. OLE color: 3385752.

HSL color Cylindrical-coordinate representation of color #98A933: hue angle of 68.64º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98A933 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 169 51 -
CMYK 0.10 0 0.70 0.34
HSL 68.64º 0.54% 0.43% -
HSV(B) 68.64º 0.7% 0.66% -
XYZ 27.73 35.29 8.48 -
YUV 150.47 71.87 129.09 -
System Red Green Blue C M Y K H S L
Decimal 152 169 51 0.10 0 0.70 0.34 68.64 0.54 0.43
Hex 98 A9 33 A 0 46 22 45 36 2B
Octal 230 251 63 12 0 106 42 105 66 53
Binary 10011000 10101001 110011 1010 0 1000110 100010 1000101 110110 101011

Color Harmonies of #98A933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A933

Black with #98A933

Text Example


Text Example

White with #98A933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,169,51); }

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

background-color css

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

 a { background-color: rgb(152,169,51); }

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

border-color css

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

 span { border-color: rgb(152,169,51); }

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