#94921B

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

Shades of Citron #94921B

Tints of Citron #94921B

Color information

#94921B (or 0x94921B) is unknown color: approx Citron. HEX triplet: 94, 92 and 1B. RGB value is (148,146,27). Sum of RGB (Red+Green+Blue) = 148+146+27=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #94921B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94921B is #6B6DE4. Grayscale: #858585. Windows color (decimal): -7040485 or 1806996. OLE color: 1806996.

HSL color Cylindrical-coordinate representation of color #94921B: hue angle of 59.01º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94921B is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14814627-
CMYK00.010.820.42
HSL59.01º69.14%34.31%-
HSV(B)59.01º81.76%58.04%-
XYZ22.6926.935.04-
YUV133.0368.16138.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 27 (10.94% from 255) = 8.41%
R=46.11%
G=45.48%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481462700.010.820.4259.0169.1434.31
Hex94921B01522A3b4522
Octal2242223301122527310542
Binary1001010010010010110110110100101010101110111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94921B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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