#92AA01

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

Shades of Citrus #92AA01

Tints of Citrus #92AA01

Color information

#92AA01 (or 0x92AA01) is unknown color: approx Citrus. HEX triplet: 92, AA and 01. RGB value is (146,170,1). Sum of RGB (Red+Green+Blue) = 146+170+1=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AA01 is #6D55FE. Grayscale: #909090. Windows color (decimal): -7165439 or 109202. OLE color: 109202.

HSL color Cylindrical-coordinate representation of color #92AA01: hue angle of 68.52º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92AA01 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1461701-
CMYK0.1400.990.33
HSL68.52º98.83%33.53%-
HSV(B)68.52º99.41%66.67%-
XYZ26.2334.865.38-
YUV143.5647.55129.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=46.06%
G=53.63%
B=0.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14617010.1400.990.3368.5298.8333.53
Hex92AA1E06321456322
Octal22225211601434110514342
Binary1001001010101010111100110001110000110001011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,170,1); }

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

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

 a { background-color: rgb(146,170,1); }

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

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

 span { border-color: rgb(146,170,1); }

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