#969E12

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

Shades of Citron #969E12

Tints of Citron #969E12

Color information

#969E12 (or 0x969E12) is unknown color: approx Citron. HEX triplet: 96, 9E and 12. RGB value is (150,158,18). Sum of RGB (Red+Green+Blue) = 150+158+18=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #969E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969E12 is #6961ED. Grayscale: #8C8C8C. Windows color (decimal): -6906350 or 1220246. OLE color: 1220246.

HSL color Cylindrical-coordinate representation of color #969E12: hue angle of 63.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #969E12 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15015818-
CMYK0.0500.890.38
HSL63.43º79.55%34.51%-
HSV(B)63.43º88.61%61.96%-
XYZ24.9130.985.24-
YUV139.6559.35135.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 158 (62.11% from 255) = 48.47%
BLUE value IS 18 (7.42% from 255) = 5.52%
R=46.01%
G=48.47%
B=5.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150158180.0500.890.3863.4379.5534.51
Hex969E125059263f5023
Octal2262362250131467712043
Binary100101101001111010010101010110011001101111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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