#909225

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

Shades of Citron #909225

Tints of Citron #909225

Color information

#909225 (or 0x909225) is unknown color: approx Citron. HEX triplet: 90, 92 and 25. RGB value is (144,146,37). Sum of RGB (Red+Green+Blue) = 144+146+37=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #909225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909225 is #6F6DDA. Grayscale: #858585. Windows color (decimal): -7302619 or 2462352. OLE color: 2462352.

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

Color convert

RGB14414637-
CMYK0.0100.750.43
HSL61.1º59.56%35.88%-
HSV(B)61.1º74.66%57.25%-
XYZ22.1126.625.72-
YUV132.9873.84135.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 37 (14.84% from 255) = 11.31%
R=44.04%
G=44.65%
B=11.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal144146370.0100.750.4361.159.5635.88
Hex909225104B2B3d3c24
Octal220222451011353757444
Binary1001000010010010100101101001011101011111101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909225; }

 p { color: rgb(144,146,37); }

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

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

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

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

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

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

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