#98C606

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

Shades of Citrus #98C606

Tints of Citrus #98C606

Color information

#98C606 (or 0x98C606) is unknown color: approx Citrus. HEX triplet: 98, C6 and 06. RGB value is (152,198,6). Sum of RGB (Red+Green+Blue) = 152+198+6=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #98C606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C606 is #6739F9. Grayscale: #A3A3A3. Windows color (decimal): -6765050 or 444056. OLE color: 444056.

HSL color Cylindrical-coordinate representation of color #98C606: hue angle of 74.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98C606 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1521986-
CMYK0.2300.970.22
HSL74.38º94.12%40%-
HSV(B)74.38º96.97%77.65%-
XYZ33.1847.087.51-
YUV162.3639.76120.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 198 (77.73% from 255) = 55.62%
BLUE value IS 6 (2.73% from 255) = 1.69%
R=42.70%
G=55.62%
B=1.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15219860.2300.970.2274.3894.1240
Hex98C6617061164a5e28
Octal23030662701412611213650
Binary100110001100011011010111011000011011010010101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,198,6); }

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

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

 a { background-color: rgb(152,198,6); }

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

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

 span { border-color: rgb(152,198,6); }

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