#98BD08

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

Shades of Citrus #98BD08

Tints of Citrus #98BD08

Color information

#98BD08 (or 0x98BD08) is unknown color: approx Citrus. HEX triplet: 98, BD and 08. RGB value is (152,189,8). Sum of RGB (Red+Green+Blue) = 152+189+8=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BD08 is #6742F7. Grayscale: #9D9D9D. Windows color (decimal): -6767352 or 572824. OLE color: 572824.

HSL color Cylindrical-coordinate representation of color #98BD08: hue angle of 72.27º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98BD08 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1521898-
CMYK0.2000.960.26
HSL72.27º91.88%38.63%-
HSV(B)72.27º95.77%74.12%-
XYZ31.1943.096.9-
YUV157.343.74124.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 189 (74.22% from 255) = 54.15%
BLUE value IS 8 (3.52% from 255) = 2.29%
R=43.55%
G=54.15%
B=2.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15218980.2000.960.2672.2791.8838.63
Hex98BD8140601A485c27
Octal230275102401403211013447
Binary1001100010111101100010100011000001101010010001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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