#98A212

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

Shades of Citron #98A212

Tints of Citron #98A212

Color information

#98A212 (or 0x98A212) is unknown color: approx Citron. HEX triplet: 98, A2 and 12. RGB value is (152,162,18). Sum of RGB (Red+Green+Blue) = 152+162+18=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #98A212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A212 is #675DED. Grayscale: #8F8F8F. Windows color (decimal): -6774254 or 1221272. OLE color: 1221272.

HSL color Cylindrical-coordinate representation of color #98A212: hue angle of 64.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98A212 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB15216218-
CMYK0.0600.890.36
HSL64.17º80%35.29%-
HSV(B)64.17º88.89%63.53%-
XYZ25.9832.565.49-
YUV142.5957.69134.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 162 (63.67% from 255) = 48.80%
BLUE value IS 18 (7.42% from 255) = 5.42%
R=45.78%
G=48.80%
B=5.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152162180.0600.890.3664.178035.29
Hex98A212605924405023
Octal23024222601314410012043
Binary1001100010100010100101100101100110010010000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,162,18); }

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

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

 a { background-color: rgb(152,162,18); }

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

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

 span { border-color: rgb(152,162,18); }

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