Html Css Color HEX #98B802 Citrus

📋 copy color: '#98B802'

red 152 ◦ green 184 ◦ blue 2

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

Shades of Citrus #98B802

Tints of Citrus #98B802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.44%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 44.97%
G = 54.44%
B = 0.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#98B802 (or 0x98B802) is known color: Citrus. HEX triplet: 98, B8 and 02. RGB value is (152,184,2). Sum of RGB (Red+Green+Blue) = 152+184+2=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #98B802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B802 is #6747FD. Grayscale: #9A9A9A. Windows color (decimal): -6768638 or 178328. OLE color: 178328.

HSL color Cylindrical-coordinate representation of color #98B802: hue angle of 70.55º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98B802 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 184 2 -
CMYK 0.17 0 0.99 0.28
HSL 70.55º 0.98% 0.36% -
HSV(B) 70.55º 0.99% 0.72% -
XYZ 30.1 40.96 6.38 -
YUV 153.68 42.4 126.8 -
System Red Green Blue C M Y K H S L
Decimal 152 184 2 0.17 0 0.99 0.28 70.55 0.98 0.36
Hex 98 B8 2 11 0 63 1C 47 62 24
Octal 230 270 2 21 0 143 34 107 142 44
Binary 10011000 10111000 10 10001 0 1100011 11100 1000111 1100010 100100

Color Harmonies of #98B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B802

Black with #98B802

Text Example


Text Example

White with #98B802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,184,2); }

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

background-color css

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

 a { background-color: rgb(152,184,2); }

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

border-color css

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

 span { border-color: rgb(152,184,2); }

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