#969B1C

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

Shades of Citron #969B1C

Tints of Citron #969B1C

Color information

#969B1C (or 0x969B1C) is unknown color: approx Citron. HEX triplet: 96, 9B and 1C. RGB value is (150,155,28). Sum of RGB (Red+Green+Blue) = 150+155+28=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #969B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969B1C is #6964E3. Grayscale: #8B8B8B. Windows color (decimal): -6907108 or 1874838. OLE color: 1874838.

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

Color convert

RGB15015528-
CMYK0.0300.820.39
HSL62.36º69.4%35.88%-
HSV(B)62.36º81.94%60.78%-
XYZ24.5130.015.6-
YUV139.0365.34135.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 28 (11.33% from 255) = 8.41%
R=45.05%
G=46.55%
B=8.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150155280.0300.820.3962.3669.435.88
Hex969B1C3052273e4524
Octal2262333430122477610544
Binary10010110100110111110011010100101001111111101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,155,28); }

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

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

 a { background-color: rgb(150,155,28); }

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

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

 span { border-color: rgb(150,155,28); }

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