#969D15

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

Shades of Citron #969D15

Tints of Citron #969D15

Color information

#969D15 (or 0x969D15) is unknown color: approx Citron. HEX triplet: 96, 9D and 15. RGB value is (150,157,21). Sum of RGB (Red+Green+Blue) = 150+157+21=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #969D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969D15 is #6962EA. Grayscale: #8B8B8B. Windows color (decimal): -6906603 or 1416598. OLE color: 1416598.

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

Color convert

RGB15015721-
CMYK0.0400.870.38
HSL63.09º76.4%34.9%-
HSV(B)63.09º86.62%61.57%-
XYZ24.7730.655.32-
YUV139.461.18135.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 157 (61.72% from 255) = 47.87%
BLUE value IS 21 (8.59% from 255) = 6.40%
R=45.73%
G=47.87%
B=6.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150157210.0400.870.3863.0976.434.9
Hex969D154057263f4c23
Octal2262352540127467711443
Binary100101101001110110101100010101111001101111111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,157,21); }

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

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

 a { background-color: rgb(150,157,21); }

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

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

 span { border-color: rgb(150,157,21); }

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