#98A508

Color #98A508 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #98A508

Tints of Citrus #98A508

Color information

#98A508 (or 0x98A508) is unknown color: approx Citrus. HEX triplet: 98, A5 and 08. RGB value is (152,165,8). Sum of RGB (Red+Green+Blue) = 152+165+8=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #98A508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A508 is #675AF7. Grayscale: #8F8F8F. Windows color (decimal): -6773496 or 566680. OLE color: 566680.

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

Color convert

RGB1521658-
CMYK0.0800.950.35
HSL64.97º90.75%33.92%-
HSV(B)64.97º95.15%64.71%-
XYZ26.4533.65.32-
YUV143.2251.69134.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 8 (3.52% from 255) = 2.46%
R=46.77%
G=50.77%
B=2.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15216580.0800.950.3564.9790.7533.92
Hex98A58805F23415b22
Octal230245101001374310113342
Binary1001100010100101100010000101111110001110000011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,165,8); }

 H1.HeaderClassName
 {
   color: #98A508;
 }
 .AnyTagClassName
 {
   color: #98A508;
 }
</style>
background-color css

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

 a { background-color: rgb(152,165,8); }

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

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

 span { border-color: rgb(152,165,8); }

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