#969407

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

Shades of Citron #969407

Tints of Citron #969407

Color information

#969407 (or 0x969407) is unknown color: approx Citron. HEX triplet: 96, 94 and 07. RGB value is (150,148,7). Sum of RGB (Red+Green+Blue) = 150+148+7=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #969407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969407 is #696BF8. Grayscale: #858585. Windows color (decimal): -6908921 or 496790. OLE color: 496790.

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

Color convert

RGB1501487-
CMYK00.010.950.41
HSL59.16º91.08%30.78%-
HSV(B)59.16º95.33%58.82%-
XYZ23.2127.684.32-
YUV132.5257.16140.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 7 (3.12% from 255) = 2.30%
R=49.18%
G=48.52%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150148700.010.950.4159.1691.0830.78
Hex96947015F293b5b1f
Octal226224701137517313337
Binary1001011010010100111011011111101001111011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969407; }

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

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

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

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

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

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

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

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