Html Css Color HEX #98B915 Citrus

📋 copy color: '#98B915'

red 152 ◦ green 185 ◦ blue 21

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

Shades of Citrus #98B915

Tints of Citrus #98B915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

 BLUE value IS 21 (8.59% from 255) = 5.87%

R = 42.46%
G = 51.68%
B = 5.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#98B915 (or 0x98B915) is known color: Citrus. HEX triplet: 98, B9 and 15. RGB value is (152,185,21). Sum of RGB (Red+Green+Blue) = 152+185+21=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #98B915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B915 is #6746EA. Grayscale: #9D9D9D. Windows color (decimal): -6768363 or 1423768. OLE color: 1423768.

HSL color Cylindrical-coordinate representation of color #98B915: hue angle of 72.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98B915 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 185 21 -
CMYK 0.18 0 0.89 0.27
HSL 72.07º 0.8% 0.4% -
HSV(B) 72.07º 0.89% 0.73% -
XYZ 30.43 41.43 7.1 -
YUV 156.44 51.57 124.84 -
System Red Green Blue C M Y K H S L
Decimal 152 185 21 0.18 0 0.89 0.27 72.07 0.8 0.4
Hex 98 B9 15 12 0 59 1B 48 50 28
Octal 230 271 25 22 0 131 33 110 120 50
Binary 10011000 10111001 10101 10010 0 1011001 11011 1001000 1010000 101000

Color Harmonies of #98B915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B915

Black with #98B915

Text Example


Text Example

White with #98B915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,185,21); }

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

background-color css

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

 a { background-color: rgb(152,185,21); }

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

border-color css

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

 span { border-color: rgb(152,185,21); }

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