#98A130

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

Shades of Citron #98A130

Tints of Citron #98A130

Color information

#98A130 (or 0x98A130) is unknown color: approx Citron. HEX triplet: 98, A1 and 30. RGB value is (152,161,48). Sum of RGB (Red+Green+Blue) = 152+161+48=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #98A130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A130 is #675ECF. Grayscale: #919191. Windows color (decimal): -6774480 or 3187096. OLE color: 3187096.

HSL color Cylindrical-coordinate representation of color #98A130: hue angle of 64.78º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98A130 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB15216148-
CMYK0.0600.700.37
HSL64.78º54.07%40.98%-
HSV(B)64.78º70.19%63.14%-
XYZ26.2332.387.66-
YUV145.4373.02132.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 161 (63.28% from 255) = 44.60%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=42.11%
G=44.60%
B=13.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152161480.0600.700.3764.7854.0740.98
Hex98A130604625413629
Octal2302416060106451016651
Binary1001100010100001110000110010001101001011000001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,161,48); }

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

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

 a { background-color: rgb(152,161,48); }

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

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

 span { border-color: rgb(152,161,48); }

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