#98A706

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

Shades of Citrus #98A706

Tints of Citrus #98A706

Color information

#98A706 (or 0x98A706) is unknown color: approx Citrus. HEX triplet: 98, A7 and 06. RGB value is (152,167,6). Sum of RGB (Red+Green+Blue) = 152+167+6=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #98A706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A706 is #6758F9. Grayscale: #909090. Windows color (decimal): -6772986 or 436120. OLE color: 436120.

HSL color Cylindrical-coordinate representation of color #98A706: hue angle of 65.59º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98A706 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1521676-
CMYK0.0900.960.35
HSL65.59º93.06%33.92%-
HSV(B)65.59º96.41%65.49%-
XYZ26.834.335.39-
YUV144.1650.03133.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 167 (65.62% from 255) = 51.38%
BLUE value IS 6 (2.73% from 255) = 1.85%
R=46.77%
G=51.38%
B=1.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15216760.0900.960.3565.5993.0633.92
Hex98A76906023425d22
Octal23024761101404310213542
Binary100110001010011111010010110000010001110000101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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