#989925

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

Shades of Citron #989925

Tints of Citron #989925

Color information

#989925 (or 0x989925) is unknown color: approx Citron. HEX triplet: 98, 99 and 25. RGB value is (152,153,37). Sum of RGB (Red+Green+Blue) = 152+153+37=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #989925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989925 is #6766DA. Grayscale: #8B8B8B. Windows color (decimal): -6776539 or 2464152. OLE color: 2464152.

HSL color Cylindrical-coordinate representation of color #989925: hue angle of 60.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #989925 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB15215337-
CMYK0.0100.760.4
HSL60.52º61.05%37.25%-
HSV(B)60.52º75.82%60%-
XYZ24.6729.596.16-
YUV139.4870.17136.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 37 (14.84% from 255) = 10.82%
R=44.44%
G=44.74%
B=10.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152153370.0100.760.460.5261.0537.25
Hex989925104C283d3d25
Octal230231451011450757545
Binary1001100010011001100101101001100101000111101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989925; }

 p { color: rgb(152,153,37); }

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

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

 a { background-color: rgb(152,153,37); }

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

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

 span { border-color: rgb(152,153,37); }

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