#92a325

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

Shades of Citron #92A325

Tints of Citron #92A325

Color information

#92A325 (or 0x92A325) is unknown color: approx Citron. HEX triplet: 92, A3 and 25. RGB value is (146,163,37). Sum of RGB (Red+Green+Blue) = 146+163+37=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #92A325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A325 is #6D5CDA. Grayscale: #909090. Windows color (decimal): -7167195 or 2466706. OLE color: 2466706.

HSL color Cylindrical-coordinate representation of color #92A325: hue angle of 68.1º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92A325 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB14616337-
CMYK0.1000.770.36
HSL68.1º63%39.22%-
HSV(B)68.1º77.3%63.92%-
XYZ25.2932.446.68-
YUV143.5567.87129.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=42.20%
G=47.11%
B=10.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146163370.1000.770.3668.16339.22
Hex92A325A04D24443f27
Octal22224345120115441047747
Binary10010010101000111001011010010011011001001000100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92a325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92a325; }

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

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

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

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

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

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

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

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