#949326

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

Shades of Citron #949326

Tints of Citron #949326

Color information

#949326 (or 0x949326) is unknown color: approx Citron. HEX triplet: 94, 93 and 26. RGB value is (148,147,38). Sum of RGB (Red+Green+Blue) = 148+147+38=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #949326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949326 is #6B6CD9. Grayscale: #878787. Windows color (decimal): -7040218 or 2528148. OLE color: 2528148.

HSL color Cylindrical-coordinate representation of color #949326: hue angle of 59.45º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #949326 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB14814738-
CMYK00.010.740.42
HSL59.45º59.14%36.47%-
HSV(B)59.45º74.32%58.04%-
XYZ2327.35.89-
YUV134.8773.33137.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 38 (15.23% from 255) = 11.41%
R=44.44%
G=44.14%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481473800.010.740.4259.4559.1436.47
Hex949326014A2A3b3b24
Octal224223460111252737344
Binary1001010010010011100110011001010101010111011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949326; }

 p { color: rgb(148,147,38); }

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

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

 a { background-color: rgb(148,147,38); }

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

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

 span { border-color: rgb(148,147,38); }

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