#969412

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

Shades of Citron #969412

Tints of Citron #969412

Color information

#969412 (or 0x969412) is unknown color: approx Citron. HEX triplet: 96, 94 and 12. RGB value is (150,148,18). Sum of RGB (Red+Green+Blue) = 150+148+18=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #969412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969412 is #696BED. Grayscale: #868686. Windows color (decimal): -6908910 or 1217686. OLE color: 1217686.

HSL color Cylindrical-coordinate representation of color #969412: hue angle of 59.09º 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 #969412 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB15014818-
CMYK00.010.880.41
HSL59.09º78.57%32.94%-
HSV(B)59.09º88%58.82%-
XYZ23.2827.714.69-
YUV133.7862.66139.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 18 (7.42% from 255) = 5.70%
R=47.47%
G=46.84%
B=5.70%

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
Decimal1501481800.010.880.4159.0978.5732.94
Hex9694120158293b4f21
Octal2262242201130517311741
Binary1001011010010100100100110110001010011110111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969412; }

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

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

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

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

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

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

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

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