#919525

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

Shades of Citron #919525

Tints of Citron #919525

Color information

#919525 (or 0x919525) is unknown color: approx Citron. HEX triplet: 91, 95 and 25. RGB value is (145,149,37). Sum of RGB (Red+Green+Blue) = 145+149+37=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #919525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919525 is #6E6ADA. Grayscale: #878787. Windows color (decimal): -7236315 or 2463121. OLE color: 2463121.

HSL color Cylindrical-coordinate representation of color #919525: hue angle of 62.14º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #919525 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB14514937-
CMYK0.0300.750.42
HSL62.14º60.22%36.47%-
HSV(B)62.14º75.17%58.43%-
XYZ22.7627.655.89-
YUV135.0472.67135.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 37 (14.84% from 255) = 11.18%
R=43.81%
G=45.02%
B=11.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal145149370.0300.750.4262.1460.2236.47
Hex919525304B2A3e3c24
Octal221225453011352767444
Binary10010001100101011001011101001011101010111110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919525; }

 p { color: rgb(145,149,37); }

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

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

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

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

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

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

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