#92a42a

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

Shades of Citron #92A42A

Tints of Citron #92A42A

Color information

#92A42A (or 0x92A42A) is unknown color: approx Citron. HEX triplet: 92, A4 and 2A. RGB value is (146,164,42). Sum of RGB (Red+Green+Blue) = 146+164+42=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #92A42A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A42A is #6D5BD5. Grayscale: #919191. Windows color (decimal): -7166934 or 2794642. OLE color: 2794642.

HSL color Cylindrical-coordinate representation of color #92A42A: hue angle of 68.85º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #92A42A is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB14616442-
CMYK0.1100.740.36
HSL68.85º59.22%40.39%-
HSV(B)68.85º74.39%64.31%-
XYZ25.5532.837.18-
YUV144.7170.04128.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 164 (64.45% from 255) = 46.59%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=41.48%
G=46.59%
B=11.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146164420.1100.740.3668.8559.2240.39
Hex92A42AB04A24453b28
Octal22224452130112441057350
Binary10010010101001001010101011010010101001001000101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92a42a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,164,42); }

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

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

 a { background-color: rgb(146,164,42); }

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

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

 span { border-color: rgb(146,164,42); }

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