Html Css Color HEX #98A730 Limerick

📋 copy color: '#98A730'

red 152 ◦ green 167 ◦ blue 48

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

Shades of Limerick #98A730

Tints of Limerick #98A730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.5%

 BLUE value IS 48 (19.14% from 255) = 13.08%

R = 41.42%
G = 45.5%
B = 13.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#98A730 (or 0x98A730) is known color: Limerick. HEX triplet: 98, A7 and 30. RGB value is (152,167,48). Sum of RGB (Red+Green+Blue) = 152+167+48=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #98A730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A730 is #6758CF. Grayscale: #959595. Windows color (decimal): -6772944 or 3188632. OLE color: 3188632.

HSL color Cylindrical-coordinate representation of color #98A730: hue angle of 67.56º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98A730 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 167 48 -
CMYK 0.09 0 0.71 0.35
HSL 67.56º 0.55% 0.42% -
HSV(B) 67.56º 0.71% 0.65% -
XYZ 27.3 34.53 8.02 -
YUV 148.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 152 167 48 0.09 0 0.71 0.35 67.56 0.55 0.42
Hex 98 A7 30 9 0 47 23 44 37 2A
Octal 230 247 60 11 0 107 43 104 67 52
Binary 10011000 10100111 110000 1001 0 1000111 100011 1000100 110111 101010

Color Harmonies of #98A730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A730

Black with #98A730

Text Example


Text Example

White with #98A730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,167,48); }

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

background-color css

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

 a { background-color: rgb(152,167,48); }

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

border-color css

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

 span { border-color: rgb(152,167,48); }

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