#969C1D

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

Shades of Citron #969C1D

Tints of Citron #969C1D

Color information

#969C1D (or 0x969C1D) is unknown color: approx Citron. HEX triplet: 96, 9C and 1D. RGB value is (150,156,29). Sum of RGB (Red+Green+Blue) = 150+156+29=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #969C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969C1D is #6963E2. Grayscale: #8C8C8C. Windows color (decimal): -6906851 or 1940630. OLE color: 1940630.

HSL color Cylindrical-coordinate representation of color #969C1D: hue angle of 62.83º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #969C1D is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB15015629-
CMYK0.0400.810.39
HSL62.83º68.65%36.27%-
HSV(B)62.83º81.41%61.18%-
XYZ24.6930.355.72-
YUV139.7365.51135.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 156 (61.33% from 255) = 46.57%
BLUE value IS 29 (11.72% from 255) = 8.66%
R=44.78%
G=46.57%
B=8.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150156290.0400.810.3962.8368.6536.27
Hex969C1D4051273f4524
Octal2262343540121477710544
Binary100101101001110011101100010100011001111111111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,156,29); }

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

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

 a { background-color: rgb(150,156,29); }

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

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

 span { border-color: rgb(150,156,29); }

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