#949129

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

Shades of Citron #949129

Tints of Citron #949129

Color information

#949129 (or 0x949129) is unknown color: approx Citron. HEX triplet: 94, 91 and 29. RGB value is (148,145,41). Sum of RGB (Red+Green+Blue) = 148+145+41=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #949129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949129 is #6B6ED6. Grayscale: #868686. Windows color (decimal): -7040727 or 2724244. OLE color: 2724244.

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

Color convert

RGB14814541-
CMYK00.020.720.42
HSL58.32º56.61%37.06%-
HSV(B)58.32º72.3%58.04%-
XYZ22.7426.716.05-
YUV134.0475.49137.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 41 (16.41% from 255) = 12.28%
R=44.31%
G=43.41%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481454100.020.720.4258.3256.6137.06
Hex94912902482A3a3925
Octal224221510211052727145
Binary10010100100100011010010101001000101010111010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949129; }

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

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

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

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

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

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

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

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