#92A012

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

Shades of Citron #92A012

Tints of Citron #92A012

Color information

#92A012 (or 0x92A012) is unknown color: approx Citron. HEX triplet: 92, A0 and 12. RGB value is (146,160,18). Sum of RGB (Red+Green+Blue) = 146+160+18=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #92A012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92A012 is #6D5FED. Grayscale: #8C8C8C. Windows color (decimal): -7167982 or 1220754. OLE color: 1220754.

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

Color convert

RGB14616018-
CMYK0.0900.890.37
HSL65.92º79.78%34.9%-
HSV(B)65.92º88.75%62.75%-
XYZ24.5331.35.32-
YUV139.6359.36132.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 160 (62.89% from 255) = 49.38%
BLUE value IS 18 (7.42% from 255) = 5.56%
R=45.06%
G=49.38%
B=5.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal146160180.0900.890.3765.9279.7834.9
Hex92A012905925425023
Octal222240221101314510212043
Binary10010010101000001001010010101100110010110000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,160,18); }

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

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

 a { background-color: rgb(146,160,18); }

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

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

 span { border-color: rgb(146,160,18); }

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