Html Css Color HEX #98B613 Citrus

📋 copy color: '#98B613'

red 152 ◦ green 182 ◦ blue 19

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

Shades of Citrus #98B613

Tints of Citrus #98B613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.56%

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 43.06%
G = 51.56%
B = 5.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#98B613 (or 0x98B613) is known color: Citrus. HEX triplet: 98, B6 and 13. RGB value is (152,182,19). Sum of RGB (Red+Green+Blue) = 152+182+19=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #98B613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B613 is #6749EC. Grayscale: #9B9B9B. Windows color (decimal): -6769133 or 1291928. OLE color: 1291928.

HSL color Cylindrical-coordinate representation of color #98B613: hue angle of 71.04º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98B613 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 182 19 -
CMYK 0.16 0 0.90 0.29
HSL 71.04º 0.81% 0.39% -
HSV(B) 71.04º 0.9% 0.71% -
XYZ 29.79 40.18 6.8 -
YUV 154.45 51.56 126.25 -
System Red Green Blue C M Y K H S L
Decimal 152 182 19 0.16 0 0.90 0.29 71.04 0.81 0.39
Hex 98 B6 13 10 0 5A 1D 47 51 27
Octal 230 266 23 20 0 132 35 107 121 47
Binary 10011000 10110110 10011 10000 0 1011010 11101 1000111 1010001 100111

Color Harmonies of #98B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B613

Black with #98B613

Text Example


Text Example

White with #98B613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,182,19); }

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

background-color css

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

 a { background-color: rgb(152,182,19); }

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

border-color css

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

 span { border-color: rgb(152,182,19); }

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