#92A312

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

Shades of Citron #92A312

Tints of Citron #92A312

Color information

#92A312 (or 0x92A312) is unknown color: approx Citron. HEX triplet: 92, A3 and 12. RGB value is (146,163,18). Sum of RGB (Red+Green+Blue) = 146+163+18=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #92A312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92A312 is #6D5CED. Grayscale: #8D8D8D. Windows color (decimal): -7167214 or 1221522. OLE color: 1221522.

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

Color convert

RGB14616318-
CMYK0.1000.890.36
HSL67.03º80.11%35.49%-
HSV(B)67.03º88.96%63.92%-
XYZ25.0632.355.5-
YUV141.3958.37131.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 163 (64.06% from 255) = 49.85%
BLUE value IS 18 (7.42% from 255) = 5.50%
R=44.65%
G=49.85%
B=5.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146163180.1000.890.3667.0380.1135.49
Hex92A312A05924435023
Octal222243221201314410312043
Binary10010010101000111001010100101100110010010000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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