#92A232

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

Shades of Citron #92A232

Tints of Citron #92A232

Color information

#92A232 (or 0x92A232) is unknown color: approx Citron. HEX triplet: 92, A2 and 32. RGB value is (146,162,50). Sum of RGB (Red+Green+Blue) = 146+162+50=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #92A232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A232 is #6D5DCD. Grayscale: #909090. Windows color (decimal): -7167438 or 3318418. OLE color: 3318418.

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

Color convert

RGB14616250-
CMYK0.1000.690.36
HSL68.57º52.83%41.57%-
HSV(B)68.57º69.14%63.53%-
XYZ25.3532.187.89-
YUV144.4574.7129.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 162 (63.67% from 255) = 45.25%
BLUE value IS 50 (19.92% from 255) = 13.97%
R=40.78%
G=45.25%
B=13.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146162500.1000.690.3668.5752.8341.57
Hex92A232A0452445352a
Octal22224262120105441056552
Binary10010010101000101100101010010001011001001000101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,162,50); }

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

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

 a { background-color: rgb(146,162,50); }

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

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

 span { border-color: rgb(146,162,50); }

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