#969B32

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

Shades of Citron #969B32

Tints of Citron #969B32

Color information

#969B32 (or 0x969B32) is unknown color: approx Citron. HEX triplet: 96, 9B and 32. RGB value is (150,155,50). Sum of RGB (Red+Green+Blue) = 150+155+50=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #969B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969B32 is #6964CD. Grayscale: #8D8D8D. Windows color (decimal): -6907086 or 3316630. OLE color: 3316630.

HSL color Cylindrical-coordinate representation of color #969B32: hue angle of 62.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #969B32 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB15015550-
CMYK0.0300.680.39
HSL62.86º51.22%40.2%-
HSV(B)62.86º67.74%60.78%-
XYZ24.8730.167.53-
YUV141.5476.34134.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 155 (60.94% from 255) = 43.66%
BLUE value IS 50 (19.92% from 255) = 14.08%
R=42.25%
G=43.66%
B=14.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150155500.0300.680.3962.8651.2240.2
Hex969B323044273f3328
Octal226233623010447776350
Binary10010110100110111100101101000100100111111111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969B32; }

 p { color: rgb(150,155,50); }

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

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

 a { background-color: rgb(150,155,50); }

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

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

 span { border-color: rgb(150,155,50); }

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