#91941F

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

Shades of Citron #91941F

Tints of Citron #91941F

Color information

#91941F (or 0x91941F) is unknown color: approx Citron. HEX triplet: 91, 94 and 1F. RGB value is (145,148,31). Sum of RGB (Red+Green+Blue) = 145+148+31=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #91941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91941F is #6E6BE0. Grayscale: #868686. Windows color (decimal): -7236577 or 2069649. OLE color: 2069649.

HSL color Cylindrical-coordinate representation of color #91941F: hue angle of 61.54º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91941F is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14514831-
CMYK0.0200.790.42
HSL61.54º65.36%35.1%-
HSV(B)61.54º79.05%58.04%-
XYZ22.5127.35.38-
YUV133.7670.01136.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=44.75%
G=45.68%
B=9.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal145148310.0200.790.4261.5465.3635.1
Hex91941F204F2A3e4123
Octal2212243720117527610143
Binary10010001100101001111110010011111010101111101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91941F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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