#98B406

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

Shades of Citrus #98B406

Tints of Citrus #98B406

Color information

#98B406 (or 0x98B406) is unknown color: approx Citrus. HEX triplet: 98, B4 and 06. RGB value is (152,180,6). Sum of RGB (Red+Green+Blue) = 152+180+6=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #98B406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B406 is #674BF9. Grayscale: #989898. Windows color (decimal): -6769658 or 439448. OLE color: 439448.

HSL color Cylindrical-coordinate representation of color #98B406: hue angle of 69.66º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98B406 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1521806-
CMYK0.1600.970.29
HSL69.66º93.55%36.47%-
HSV(B)69.66º96.67%70.59%-
XYZ29.339.336.22-
YUV151.7945.72128.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 180 (70.70% from 255) = 53.25%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=44.97%
G=53.25%
B=1.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15218060.1600.970.2969.6693.5536.47
Hex98B46100611D465e24
Octal23026462001413510613644
Binary100110001011010011010000011000011110110001101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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