#999925

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

Shades of Citron #999925

Tints of Citron #999925

Color information

#999925 (or 0x999925) is unknown color: approx Citron. HEX triplet: 99, 99 and 25. RGB value is (153,153,37). Sum of RGB (Red+Green+Blue) = 153+153+37=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999925 is #6666DA. Grayscale: #8C8C8C. Windows color (decimal): -6711003 or 2464153. OLE color: 2464153.

HSL color Cylindrical-coordinate representation of color #999925: hue angle of 60º 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 #999925 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB15315337-
CMYK000.760.4
HSL60º61.05%37.25%-
HSV(B)60º75.82%60%-
XYZ24.8629.696.17-
YUV139.7870137.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 37 (14.84% from 255) = 10.79%
R=44.61%
G=44.61%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315337000.760.46061.0537.25
Hex999925004C283c3d25
Octal231231450011450747545
Binary1001100110011001100101001001100101000111100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999925; }

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

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

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

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

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

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

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

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