#969429

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

Shades of Citron #969429

Tints of Citron #969429

Color information

#969429 (or 0x969429) is unknown color: approx Citron. HEX triplet: 96, 94 and 29. RGB value is (150,148,41). Sum of RGB (Red+Green+Blue) = 150+148+41=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #969429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969429 is #696BD6. Grayscale: #888888. Windows color (decimal): -6908887 or 2725014. OLE color: 2725014.

HSL color Cylindrical-coordinate representation of color #969429: hue angle of 58.9º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #969429 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15014841-
CMYK00.010.730.41
HSL58.9º57.07%37.45%-
HSV(B)58.9º72.67%58.82%-
XYZ23.5727.826.23-
YUV136.474.16137.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 41 (16.41% from 255) = 12.09%
R=44.25%
G=43.66%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501484100.010.730.4158.957.0737.45
Hex9694290149293b3925
Octal226224510111151737145
Binary1001011010010100101001011001001101001111011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969429; }

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

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

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

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

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

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

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

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