#94921F

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

Shades of Citron #94921F

Tints of Citron #94921F

Color information

#94921F (or 0x94921F) is unknown color: approx Citron. HEX triplet: 94, 92 and 1F. RGB value is (148,146,31). Sum of RGB (Red+Green+Blue) = 148+146+31=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94921F is #6B6DE0. Grayscale: #858585. Windows color (decimal): -7040481 or 2069140. OLE color: 2069140.

HSL color Cylindrical-coordinate representation of color #94921F: hue angle of 58.97º 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 #94921F is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14814631-
CMYK00.010.790.42
HSL58.97º65.36%35.1%-
HSV(B)58.97º79.05%58.04%-
XYZ22.7426.955.3-
YUV133.4970.16138.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 31 (12.5% from 255) = 9.54%
R=45.54%
G=44.92%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481463100.010.790.4258.9765.3635.1
Hex94921F014F2A3b4123
Octal2242223701117527310143
Binary1001010010010010111110110011111010101110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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