Html Css Color HEX #98B338 Limerick

📋 copy color: '#98B338'

red 152 ◦ green 179 ◦ blue 56

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

Shades of Limerick #98B338

Tints of Limerick #98B338

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.25%

 BLUE value IS 56 (22.27% from 255) = 14.47%

R = 39.28%
G = 46.25%
B = 14.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#98B338 (or 0x98B338) is known color: Limerick. HEX triplet: 98, B3 and 38. RGB value is (152,179,56). Sum of RGB (Red+Green+Blue) = 152+179+56=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #98B338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B338 is #674CC7. Grayscale: #9D9D9D. Windows color (decimal): -6769864 or 3715992. OLE color: 3715992.

HSL color Cylindrical-coordinate representation of color #98B338: hue angle of 73.17º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98B338 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 179 56 -
CMYK 0.15 0 0.69 0.30
HSL 73.17º 0.52% 0.46% -
HSV(B) 73.17º 0.69% 0.7% -
XYZ 29.78 39.2 9.74 -
YUV 156.91 71.05 124.5 -
System Red Green Blue C M Y K H S L
Decimal 152 179 56 0.15 0 0.69 0.30 73.17 0.52 0.46
Hex 98 B3 38 F 0 45 1E 49 34 2E
Octal 230 263 70 17 0 105 36 111 64 56
Binary 10011000 10110011 111000 1111 0 1000101 11110 1001001 110100 101110

Color Harmonies of #98B338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B338

Black with #98B338

Text Example


Text Example

White with #98B338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,179,56); }

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

background-color css

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

 a { background-color: rgb(152,179,56); }

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

border-color css

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

 span { border-color: rgb(152,179,56); }

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