#949529

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

Shades of Citron #949529

Tints of Citron #949529

Color information

#949529 (or 0x949529) is unknown color: approx Citron. HEX triplet: 94, 95 and 29. RGB value is (148,149,41). Sum of RGB (Red+Green+Blue) = 148+149+41=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #949529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949529 is #6B6AD6. Grayscale: #888888. Windows color (decimal): -7039703 or 2725268. OLE color: 2725268.

HSL color Cylindrical-coordinate representation of color #949529: hue angle of 60.56º degrees, saturation: 0.57, 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 #949529 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14814941-
CMYK0.0100.720.42
HSL60.56º56.84%37.25%-
HSV(B)60.56º72.48%58.43%-
XYZ23.3627.956.26-
YUV136.3974.17136.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 41 (16.41% from 255) = 12.13%
R=43.79%
G=44.08%
B=12.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149410.0100.720.4260.5656.8437.25
Hex94952910482A3d3925
Octal224225511011052757145
Binary1001010010010101101001101001000101010111101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949529; }

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

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

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

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

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

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

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

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