Html Css Color HEX #98B319 Citrus

📋 copy color: '#98B319'

red 152 ◦ green 179 ◦ blue 25

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

Shades of Citrus #98B319

Tints of Citrus #98B319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.28%

 BLUE value IS 25 (10.16% from 255) = 7.02%

R = 42.7%
G = 50.28%
B = 7.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#98B319 (or 0x98B319) is known color: Citrus. HEX triplet: 98, B3 and 19. RGB value is (152,179,25). Sum of RGB (Red+Green+Blue) = 152+179+25=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #98B319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B319 is #674CE6. Grayscale: #999999. Windows color (decimal): -6769895 or 1684376. OLE color: 1684376.

HSL color Cylindrical-coordinate representation of color #98B319: hue angle of 70.52º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98B319 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 179 25 -
CMYK 0.15 0 0.86 0.30
HSL 70.52º 0.75% 0.4% -
HSV(B) 70.52º 0.86% 0.7% -
XYZ 29.24 38.99 6.9 -
YUV 153.37 55.55 127.02 -
System Red Green Blue C M Y K H S L
Decimal 152 179 25 0.15 0 0.86 0.30 70.52 0.75 0.4
Hex 98 B3 19 F 0 56 1E 47 4B 28
Octal 230 263 31 17 0 126 36 107 113 50
Binary 10011000 10110011 11001 1111 0 1010110 11110 1000111 1001011 101000

Color Harmonies of #98B319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B319

Black with #98B319

Text Example


Text Example

White with #98B319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,179,25); }

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

background-color css

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

 a { background-color: rgb(152,179,25); }

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

border-color css

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

 span { border-color: rgb(152,179,25); }

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