#969C1B

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

Shades of Citron #969C1B

Tints of Citron #969C1B

Color information

#969C1B (or 0x969C1B) is unknown color: approx Citron. HEX triplet: 96, 9C and 1B. RGB value is (150,156,27). Sum of RGB (Red+Green+Blue) = 150+156+27=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #969C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969C1B is #6963E4. Grayscale: #8C8C8C. Windows color (decimal): -6906853 or 1809558. OLE color: 1809558.

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

Color convert

RGB15015627-
CMYK0.0400.830.39
HSL62.79º70.49%35.88%-
HSV(B)62.79º82.69%61.18%-
XYZ24.6630.345.59-
YUV139.564.51135.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 156 (61.33% from 255) = 46.85%
BLUE value IS 27 (10.94% from 255) = 8.11%
R=45.05%
G=46.85%
B=8.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150156270.0400.830.3962.7970.4935.88
Hex969C1B4053273f4624
Octal2262343340123477710644
Binary100101101001110011011100010100111001111111111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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