#949521

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

Shades of Citron #949521

Tints of Citron #949521

Color information

#949521 (or 0x949521) is unknown color: approx Citron. HEX triplet: 94, 95 and 21. RGB value is (148,149,33). Sum of RGB (Red+Green+Blue) = 148+149+33=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #949521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949521 is #6B6ADE. Grayscale: #878787. Windows color (decimal): -7039711 or 2200980. OLE color: 2200980.

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

Color convert

RGB14814933-
CMYK0.0100.780.42
HSL60.52º63.74%35.69%-
HSV(B)60.52º77.85%58.43%-
XYZ23.2327.95.6-
YUV135.4870.17136.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 33 (13.28% from 255) = 10%
R=44.85%
G=45.15%
B=10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149330.0100.780.4260.5263.7435.69
Hex949521104E2A3d4024
Octal2242254110116527510044
Binary10010100100101011000011010011101010101111011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949521; }

 p { color: rgb(148,149,33); }

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

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

 a { background-color: rgb(148,149,33); }

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

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

 span { border-color: rgb(148,149,33); }

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