#968E0F

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

Shades of Citron #968E0F

Tints of Citron #968E0F

Color information

#968E0F (or 0x968E0F) is unknown color: approx Citron. HEX triplet: 96, 8E and 0F. RGB value is (150,142,15). Sum of RGB (Red+Green+Blue) = 150+142+15=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #968E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968E0F is #6971F0. Grayscale: #828282. Windows color (decimal): -6910449 or 1019542. OLE color: 1019542.

HSL color Cylindrical-coordinate representation of color #968E0F: hue angle of 56.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #968E0F is Cyan = 0, Magento = 0.05, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB15014215-
CMYK00.050.90.41
HSL56.44º81.82%32.35%-
HSV(B)56.44º90%58.82%-
XYZ22.3425.864.27-
YUV129.9163.15142.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 142 (55.86% from 255) = 46.25%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=48.86%
G=46.25%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501421500.050.90.4156.4481.8232.35
Hex968EF055A29385220
Octal2262161705132517012240
Binary10010110100011101111010110110101010011110001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968E0F; }

 p { color: rgb(150,142,15); }

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

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

 a { background-color: rgb(150,142,15); }

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

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

 span { border-color: rgb(150,142,15); }

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