#92982F

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

Shades of Citron #92982F

Tints of Citron #92982F

Color information

#92982F (or 0x92982F) is unknown color: approx Citron. HEX triplet: 92, 98 and 2F. RGB value is (146,152,47). Sum of RGB (Red+Green+Blue) = 146+152+47=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #92982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92982F is #6D67D0. Grayscale: #8A8A8A. Windows color (decimal): -7170001 or 3119250. OLE color: 3119250.

HSL color Cylindrical-coordinate representation of color #92982F: hue angle of 63.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92982F is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB14615247-
CMYK0.0400.690.40
HSL63.43º52.76%39.02%-
HSV(B)63.43º69.08%59.61%-
XYZ23.628.777-
YUV138.2476.51133.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 152 (59.77% from 255) = 44.06%
BLUE value IS 47 (18.75% from 255) = 13.62%
R=42.32%
G=44.06%
B=13.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal146152470.0400.690.4063.4352.7639.02
Hex92982F4045283f3527
Octal222230574010550776547
Binary100100101001100010111110001000101101000111111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92982F; }

 p { color: rgb(146,152,47); }

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

<style>
 a { background-color: #92982F; }

 a { background-color: rgb(146,152,47); }

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

<style>
 span { border-color: #92982F; }

 span { border-color: rgb(146,152,47); }

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