#98AC0D

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

Shades of Citrus #98AC0D

Tints of Citrus #98AC0D

Color information

#98AC0D (or 0x98AC0D) is unknown color: approx Citrus. HEX triplet: 98, AC and 0D. RGB value is (152,172,13). Sum of RGB (Red+Green+Blue) = 152+172+13=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AC0D is #6753F2. Grayscale: #949494. Windows color (decimal): -6771699 or 896152. OLE color: 896152.

HSL color Cylindrical-coordinate representation of color #98AC0D: hue angle of 67.55º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98AC0D is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB15217213-
CMYK0.1200.920.33
HSL67.55º85.95%36.27%-
HSV(B)67.55º92.44%67.45%-
XYZ27.7736.215.91-
YUV147.8951.87130.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 172 (67.58% from 255) = 51.04%
BLUE value IS 13 (5.47% from 255) = 3.86%
R=45.10%
G=51.04%
B=3.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152172130.1200.920.3367.5585.9536.27
Hex98ACDC05C21445624
Octal230254151401344110412644
Binary1001100010101100110111000101110010000110001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,172,13); }

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

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

 a { background-color: rgb(152,172,13); }

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

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

 span { border-color: rgb(152,172,13); }

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