#98A308

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

Shades of Citrus #98A308

Tints of Citrus #98A308

Color information

#98A308 (or 0x98A308) is unknown color: approx Citrus. HEX triplet: 98, A3 and 08. RGB value is (152,163,8). Sum of RGB (Red+Green+Blue) = 152+163+8=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #98A308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A308 is #675CF7. Grayscale: #8E8E8E. Windows color (decimal): -6774008 or 566168. OLE color: 566168.

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

Color convert

RGB1521638-
CMYK0.0700.950.36
HSL64.26º90.64%33.53%-
HSV(B)64.26º95.09%63.92%-
XYZ26.0932.895.2-
YUV142.0452.36135.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 163 (64.06% from 255) = 50.46%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=47.06%
G=50.46%
B=2.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15216380.0700.950.3664.2690.6433.53
Hex98A38705F24405b22
Octal23024310701374410013342
Binary100110001010001110001110101111110010010000001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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