Html Css Color HEX #98B808 Citrus

📋 copy color: '#98B808'

red 152 ◦ green 184 ◦ blue 8

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

Shades of Citrus #98B808

Tints of Citrus #98B808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 44.19%
G = 53.49%
B = 2.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#98B808 (or 0x98B808) is known color: Citrus. HEX triplet: 98, B8 and 08. RGB value is (152,184,8). Sum of RGB (Red+Green+Blue) = 152+184+8=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #98B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B808 is #6747F7. Grayscale: #9B9B9B. Windows color (decimal): -6768632 or 571544. OLE color: 571544.

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

Color convert

RGB 152 184 8 -
CMYK 0.17 0 0.96 0.28
HSL 70.91º 0.92% 0.38% -
HSV(B) 70.91º 0.96% 0.72% -
XYZ 30.13 40.97 6.55 -
YUV 154.37 45.4 126.31 -
System Red Green Blue C M Y K H S L
Decimal 152 184 8 0.17 0 0.96 0.28 70.91 0.92 0.38
Hex 98 B8 8 11 0 60 1C 47 5C 26
Octal 230 270 10 21 0 140 34 107 134 46
Binary 10011000 10111000 1000 10001 0 1100000 11100 1000111 1011100 100110

Color Harmonies of #98B808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B808

Black with #98B808

Text Example


Text Example

White with #98B808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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