Html Css Color HEX #98A811 Citrus

📋 copy color: '#98A811'

red 152 ◦ green 168 ◦ blue 17

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

Shades of Citrus #98A811

Tints of Citrus #98A811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.85%

 BLUE value IS 17 (7.03% from 255) = 5.04%

R = 45.1%
G = 49.85%
B = 5.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#98A811 (or 0x98A811) is known color: Citrus. HEX triplet: 98, A8 and 11. RGB value is (152,168,17). Sum of RGB (Red+Green+Blue) = 152+168+17=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #98A811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A811 is #6757EE. Grayscale: #929292. Windows color (decimal): -6772719 or 1157272. OLE color: 1157272.

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

Color convert

RGB 152 168 17 -
CMYK 0.10 0 0.90 0.34
HSL 66.36º 0.82% 0.36% -
HSV(B) 66.36º 0.9% 0.66% -
XYZ 27.05 34.72 5.81 -
YUV 146 55.2 132.28 -
System Red Green Blue C M Y K H S L
Decimal 152 168 17 0.10 0 0.90 0.34 66.36 0.82 0.36
Hex 98 A8 11 A 0 5A 22 42 52 24
Octal 230 250 21 12 0 132 42 102 122 44
Binary 10011000 10101000 10001 1010 0 1011010 100010 1000010 1010010 100100

Color Harmonies of #98A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A811

Black with #98A811

Text Example


Text Example

White with #98A811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,168,17); }

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

background-color css

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

 a { background-color: rgb(152,168,17); }

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

border-color css

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

 span { border-color: rgb(152,168,17); }

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