#98A727

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

Shades of Citron #98A727

Tints of Citron #98A727

Color information

#98A727 (or 0x98A727) is unknown color: approx Citron. HEX triplet: 98, A7 and 27. RGB value is (152,167,39). Sum of RGB (Red+Green+Blue) = 152+167+39=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #98A727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A727 is #6758D8. Grayscale: #949494. Windows color (decimal): -6772953 or 2598808. OLE color: 2598808.

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

Color convert

RGB15216739-
CMYK0.0900.770.35
HSL67.03º62.14%40.39%-
HSV(B)67.03º76.65%65.49%-
XYZ27.1334.467.14-
YUV147.9266.53130.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 167 (65.62% from 255) = 46.65%
BLUE value IS 39 (15.62% from 255) = 10.89%
R=42.46%
G=46.65%
B=10.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152167390.0900.770.3567.0362.1440.39
Hex98A727904D23433e28
Octal23024747110115431037650
Binary10011000101001111001111001010011011000111000011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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