Html Css Color HEX #98A610 Citrus

📋 copy color: '#98A610'

red 152 ◦ green 166 ◦ blue 16

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

Shades of Citrus #98A610

Tints of Citrus #98A610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.79%

R = 45.51%
G = 49.7%
B = 4.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#98A610 (or 0x98A610) is known color: Citrus. HEX triplet: 98, A6 and 10. RGB value is (152,166,16). Sum of RGB (Red+Green+Blue) = 152+166+16=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #98A610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A610 is #6759EF. Grayscale: #919191. Windows color (decimal): -6773232 or 1091224. OLE color: 1091224.

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

Color convert

RGB 152 166 16 -
CMYK 0.08 0 0.90 0.35
HSL 65.6º 0.82% 0.36% -
HSV(B) 65.6º 0.9% 0.65% -
XYZ 26.68 33.99 5.64 -
YUV 144.71 55.36 133.2 -
System Red Green Blue C M Y K H S L
Decimal 152 166 16 0.08 0 0.90 0.35 65.6 0.82 0.36
Hex 98 A6 10 8 0 5A 23 42 52 24
Octal 230 246 20 10 0 132 43 102 122 44
Binary 10011000 10100110 10000 1000 0 1011010 100011 1000010 1010010 100100

Color Harmonies of #98A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A610

Black with #98A610

Text Example


Text Example

White with #98A610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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