Html Css Color HEX #98C016 Citrus

📋 copy color: '#98C016'

red 152 ◦ green 192 ◦ blue 22

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

Shades of Citrus #98C016

Tints of Citrus #98C016

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.46%

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 41.53%
G = 52.46%
B = 6.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#98C016 (or 0x98C016) is known color: Citrus. HEX triplet: 98, C0 and 16. RGB value is (152,192,22). Sum of RGB (Red+Green+Blue) = 152+192+22=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #98C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C016 is #673FE9. Grayscale: #A1A1A1. Windows color (decimal): -6766570 or 1491096. OLE color: 1491096.

HSL color Cylindrical-coordinate representation of color #98C016: hue angle of 74.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98C016 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 22 -
CMYK 0.21 0 0.89 0.25
HSL 74.12º 0.79% 0.42% -
HSV(B) 74.12º 0.89% 0.75% -
XYZ 31.94 44.43 7.65 -
YUV 160.66 49.75 121.82 -
System Red Green Blue C M Y K H S L
Decimal 152 192 22 0.21 0 0.89 0.25 74.12 0.79 0.42
Hex 98 C0 16 15 0 59 19 4A 4F 2A
Octal 230 300 26 25 0 131 31 112 117 52
Binary 10011000 11000000 10110 10101 0 1011001 11001 1001010 1001111 101010

Color Harmonies of #98C016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C016

Black with #98C016

Text Example


Text Example

White with #98C016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,192,22); }

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

background-color css

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

 a { background-color: rgb(152,192,22); }

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

border-color css

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

 span { border-color: rgb(152,192,22); }

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