#98B704

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

Shades of Citrus #98B704

Tints of Citrus #98B704

Color information

#98B704 (or 0x98B704) is unknown color: approx Citrus. HEX triplet: 98, B7 and 04. RGB value is (152,183,4). Sum of RGB (Red+Green+Blue) = 152+183+4=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #98B704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B704 is #6748FB. Grayscale: #9A9A9A. Windows color (decimal): -6768892 or 309144. OLE color: 309144.

HSL color Cylindrical-coordinate representation of color #98B704: hue angle of 70.39º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98B704 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB1521834-
CMYK0.1700.980.28
HSL70.39º95.72%36.67%-
HSV(B)70.39º97.81%71.76%-
XYZ29.940.556.37-
YUV153.3243.73127.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 183 (71.88% from 255) = 53.98%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=44.84%
G=53.98%
B=1.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15218340.1700.980.2870.3995.7236.67
Hex98B74110621C466025
Octal23026742101423410614045
Binary100110001011011110010001011000101110010001101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,183,4); }

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

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

 a { background-color: rgb(152,183,4); }

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

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

 span { border-color: rgb(152,183,4); }

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