#92A12A

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

Shades of Citron #92A12A

Tints of Citron #92A12A

Color information

#92A12A (or 0x92A12A) is unknown color: approx Citron. HEX triplet: 92, A1 and 2A. RGB value is (146,161,42). Sum of RGB (Red+Green+Blue) = 146+161+42=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #92A12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A12A is #6D5ED5. Grayscale: #8F8F8F. Windows color (decimal): -7167702 or 2793874. OLE color: 2793874.

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

Color convert

RGB14616142-
CMYK0.0900.740.37
HSL67.56º58.62%39.8%-
HSV(B)67.56º73.91%63.14%-
XYZ25.0231.777-
YUV142.9571.03130.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 161 (63.28% from 255) = 46.13%
BLUE value IS 42 (16.80% from 255) = 12.03%
R=41.83%
G=46.13%
B=12.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal146161420.0900.740.3767.5658.6239.8
Hex92A12A904A25443b28
Octal22224152110112451047350
Binary10010010101000011010101001010010101001011000100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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