Html Css Color HEX #98B80B Citrus

📋 copy color: '#98B80B'

red 152 ◦ green 184 ◦ blue 11

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

Shades of Citrus #98B80B

Tints of Citrus #98B80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.17%

R = 43.8%
G = 53.03%
B = 3.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#98B80B (or 0x98B80B) is known color: Citrus. HEX triplet: 98, B8 and 0B. RGB value is (152,184,11). Sum of RGB (Red+Green+Blue) = 152+184+11=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #98B80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B80B is #6747F4. Grayscale: #9B9B9B. Windows color (decimal): -6768629 or 768152. OLE color: 768152.

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

Color convert

RGB 152 184 11 -
CMYK 0.17 0 0.94 0.28
HSL 71.1º 0.89% 0.38% -
HSV(B) 71.1º 0.94% 0.72% -
XYZ 30.15 40.98 6.64 -
YUV 154.71 46.9 126.07 -
System Red Green Blue C M Y K H S L
Decimal 152 184 11 0.17 0 0.94 0.28 71.1 0.89 0.38
Hex 98 B8 B 11 0 5E 1C 47 59 26
Octal 230 270 13 21 0 136 34 107 131 46
Binary 10011000 10111000 1011 10001 0 1011110 11100 1000111 1011001 100110

Color Harmonies of #98B80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B80B

Black with #98B80B

Text Example


Text Example

White with #98B80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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