#969423

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

Shades of Citron #969423

Tints of Citron #969423

Color information

#969423 (or 0x969423) is unknown color: approx Citron. HEX triplet: 96, 94 and 23. RGB value is (150,148,35). Sum of RGB (Red+Green+Blue) = 150+148+35=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #969423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969423 is #696BDC. Grayscale: #888888. Windows color (decimal): -6908893 or 2331798. OLE color: 2331798.

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

Color convert

RGB15014835-
CMYK00.010.770.41
HSL58.96º62.16%36.27%-
HSV(B)58.96º76.67%58.82%-
XYZ23.4727.795.72-
YUV135.7271.16138.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 148 (58.20% from 255) = 44.44%
BLUE value IS 35 (14.06% from 255) = 10.51%
R=45.05%
G=44.44%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501483500.010.770.4158.9662.1636.27
Hex969423014D293b3e24
Octal226224430111551737644
Binary1001011010010100100011011001101101001111011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969423; }

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

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

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

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

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

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

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

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