#969512

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

Shades of Citron #969512

Tints of Citron #969512

Color information

#969512 (or 0x969512) is unknown color: approx Citron. HEX triplet: 96, 95 and 12. RGB value is (150,149,18). Sum of RGB (Red+Green+Blue) = 150+149+18=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #969512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969512 is #696AED. Grayscale: #868686. Windows color (decimal): -6908654 or 1217942. OLE color: 1217942.

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

Color convert

RGB15014918-
CMYK00.010.880.41
HSL59.55º78.57%32.94%-
HSV(B)59.55º88%58.82%-
XYZ23.4328.024.75-
YUV134.3662.33139.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 18 (7.42% from 255) = 5.68%
R=47.32%
G=47.00%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501491800.010.880.4159.5578.5732.94
Hex9695120158293c4f21
Octal2262252201130517411741
Binary1001011010010101100100110110001010011111001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969512; }

 p { color: rgb(150,149,18); }

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

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

 a { background-color: rgb(150,149,18); }

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

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

 span { border-color: rgb(150,149,18); }

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