#92A00A

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

Shades of Citron #92A00A

Tints of Citron #92A00A

Color information

#92A00A (or 0x92A00A) is unknown color: approx Citron. HEX triplet: 92, A0 and 0A. RGB value is (146,160,10). Sum of RGB (Red+Green+Blue) = 146+160+10=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #92A00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92A00A is #6D5FF5. Grayscale: #8B8B8B. Windows color (decimal): -7167990 or 696466. OLE color: 696466.

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

Color convert

RGB14616010-
CMYK0.0900.940.37
HSL65.6º88.24%33.33%-
HSV(B)65.6º93.75%62.75%-
XYZ24.4831.275.03-
YUV138.7155.36133.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 10 (4.30% from 255) = 3.16%
R=46.20%
G=50.63%
B=3.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal146160100.0900.940.3765.688.2433.33
Hex92A0A905E25425821
Octal222240121101364510213041
Binary1001001010100000101010010101111010010110000101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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