#94922A

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

Shades of Citron #94922A

Tints of Citron #94922A

Color information

#94922A (or 0x94922A) is unknown color: approx Citron. HEX triplet: 94, 92 and 2A. RGB value is (148,146,42). Sum of RGB (Red+Green+Blue) = 148+146+42=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #94922A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94922A is #6B6DD5. Grayscale: #878787. Windows color (decimal): -7040470 or 2790036. OLE color: 2790036.

HSL color Cylindrical-coordinate representation of color #94922A: hue angle of 58.87º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94922A is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14814642-
CMYK00.010.720.42
HSL58.87º55.79%37.25%-
HSV(B)58.87º71.62%58.04%-
XYZ22.9127.026.2-
YUV134.7475.66137.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=44.05%
G=43.45%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481464200.010.720.4258.8755.7937.25
Hex94922A01482A3b3825
Octal224222520111052737045
Binary1001010010010010101010011001000101010111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94922A; }

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

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

<style>
 a { background-color: #94922A; }

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

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

<style>
 span { border-color: #94922A; }

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

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