Html Css Color HEX #98AF33 Limerick

📋 copy color: '#98AF33'

red 152 ◦ green 175 ◦ blue 51

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

Shades of Limerick #98AF33

Tints of Limerick #98AF33

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

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

R = 40.21%
G = 46.3%
B = 13.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#98AF33 (or 0x98AF33) is known color: Limerick. HEX triplet: 98, AF and 33. RGB value is (152,175,51). Sum of RGB (Red+Green+Blue) = 152+175+51=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AF33 is #6750CC. Grayscale: #9A9A9A. Windows color (decimal): -6770893 or 3387288. OLE color: 3387288.

HSL color Cylindrical-coordinate representation of color #98AF33: hue angle of 71.13º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98AF33 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 175 51 -
CMYK 0.13 0 0.71 0.31
HSL 71.13º 0.55% 0.44% -
HSV(B) 71.13º 0.71% 0.69% -
XYZ 28.88 37.57 8.86 -
YUV 153.99 69.88 126.58 -
System Red Green Blue C M Y K H S L
Decimal 152 175 51 0.13 0 0.71 0.31 71.13 0.55 0.44
Hex 98 AF 33 D 0 47 1F 47 37 2C
Octal 230 257 63 15 0 107 37 107 67 54
Binary 10011000 10101111 110011 1101 0 1000111 11111 1000111 110111 101100

Color Harmonies of #98AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AF33

Black with #98AF33

Text Example


Text Example

White with #98AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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