#92AE00

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

Shades of Citrus #92AE00

Tints of Citrus #92AE00

Color information

#92AE00 (or 0x92AE00) is unknown color: approx Citrus. HEX triplet: 92, AE and 00. RGB value is (146,174,0). Sum of RGB (Red+Green+Blue) = 146+174+0=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AE00 is #6D51FF. Grayscale: #929292. Windows color (decimal): -7164416 or 44690. OLE color: 44690.

HSL color Cylindrical-coordinate representation of color #92AE00: hue angle of 69.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92AE00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB1461740-
CMYK0.16010.32
HSL69.66º100%34.12%-
HSV(B)69.66º100%68.24%-
XYZ26.9936.385.6-
YUV145.7945.72128.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 174 (68.36% from 255) = 54.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.62%
G=54.38%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14617400.16010.3269.6610034.12
Hex92AE01006420466422
Octal22225602001444010614442
Binary10010010101011100100000110010010000010001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,174,0); }

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

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

 a { background-color: rgb(146,174,0); }

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

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

 span { border-color: rgb(146,174,0); }

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