#9A941F

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

Shades of Citron #9A941F

Tints of Citron #9A941F

Color information

#9A941F (or 0x9A941F) is unknown color: approx Citron. HEX triplet: 9A, 94 and 1F. RGB value is (154,148,31). Sum of RGB (Red+Green+Blue) = 154+148+31=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 154 - color contains mainly: red. Hex color #9A941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A941F is #656BE0. Grayscale: #888888. Windows color (decimal): -6646753 or 2069658. OLE color: 2069658.

HSL color Cylindrical-coordinate representation of color #9A941F: hue angle of 57.07º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A941F is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB15414831-
CMYK00.040.800.40
HSL57.07º66.49%36.27%-
HSV(B)57.07º79.87%60.39%-
XYZ24.1628.155.46-
YUV136.4668.49140.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.25%
GREEN value IS 148 (58.20% from 255) = 44.44%
BLUE value IS 31 (12.5% from 255) = 9.31%
R=46.25%
G=44.44%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541483100.040.800.4057.0766.4936.27
Hex9A941F045028394224
Octal2322243704120507110244
Binary100110101001010011111010010100001010001110011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A941F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A941F; }

 p { color: rgb(154,148,31); }

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

<style>
 a { background-color: #9A941F; }

 a { background-color: rgb(154,148,31); }

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

<style>
 span { border-color: #9A941F; }

 span { border-color: rgb(154,148,31); }

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