#969B33

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

Shades of Citron #969B33

Tints of Citron #969B33

Color information

#969B33 (or 0x969B33) is unknown color: approx Citron. HEX triplet: 96, 9B and 33. RGB value is (150,155,51). Sum of RGB (Red+Green+Blue) = 150+155+51=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #969B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969B33 is #6964CC. Grayscale: #8E8E8E. Windows color (decimal): -6907085 or 3382166. OLE color: 3382166.

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

Color convert

RGB15015551-
CMYK0.0300.670.39
HSL62.88º50.49%40.39%-
HSV(B)62.88º67.1%60.78%-
XYZ24.930.177.64-
YUV141.6576.84133.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 51 (20.31% from 255) = 14.33%
R=42.13%
G=43.54%
B=14.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150155510.0300.670.3962.8850.4940.39
Hex969B333043273f3228
Octal226233633010347776250
Binary10010110100110111100111101000011100111111111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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