Html Css Color HEX #98A600 Citrus

📋 copy color: '#98A600'

red 152 ◦ green 166 ◦ blue 0

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

Shades of Citrus #98A600

Tints of Citrus #98A600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.8%
G = 52.2%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#98A600 (or 0x98A600) is known color: Citrus. HEX triplet: 98, A6 and 00. RGB value is (152,166,0). Sum of RGB (Red+Green+Blue) = 152+166+0=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #98A600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A600 is #6759FF. Grayscale: #8F8F8F. Windows color (decimal): -6773248 or 42648. OLE color: 42648.

HSL color Cylindrical-coordinate representation of color #98A600: hue angle of 65.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98A600 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 166 0 -
CMYK 0.08 0 1 0.35
HSL 65.06º 1% 0.33% -
HSV(B) 65.06º 1% 0.65% -
XYZ 26.59 33.95 5.15 -
YUV 142.89 47.36 134.5 -
System Red Green Blue C M Y K H S L
Decimal 152 166 0 0.08 0 1 0.35 65.06 1 0.33
Hex 98 A6 0 8 0 64 23 41 64 21
Octal 230 246 0 10 0 144 43 101 144 41
Binary 10011000 10100110 0 1000 0 1100100 100011 1000001 1100100 100001

Color Harmonies of #98A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A600

Black with #98A600

Text Example


Text Example

White with #98A600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,166,0); }

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

background-color css

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

 a { background-color: rgb(152,166,0); }

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

border-color css

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

 span { border-color: rgb(152,166,0); }

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