#969F05

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

Shades of Citrus #969F05

Tints of Citrus #969F05

Color information

#969F05 (or 0x969F05) is unknown color: approx Citrus. HEX triplet: 96, 9F and 05. RGB value is (150,159,5). Sum of RGB (Red+Green+Blue) = 150+159+5=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #969F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969F05 is #6960FA. Grayscale: #8B8B8B. Windows color (decimal): -6906107 or 368534. OLE color: 368534.

HSL color Cylindrical-coordinate representation of color #969F05: hue angle of 63.51º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #969F05 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1501595-
CMYK0.0600.970.38
HSL63.51º93.9%32.16%-
HSV(B)63.51º96.86%62.35%-
XYZ2531.294.87-
YUV138.7552.52136.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 159 (62.5% from 255) = 50.64%
BLUE value IS 5 (2.34% from 255) = 1.59%
R=47.77%
G=50.64%
B=1.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15015950.0600.970.3863.5193.932.16
Hex969F5606126405e20
Octal2262375601414610013640
Binary10010110100111111011100110000110011010000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,159,5); }

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

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

 a { background-color: rgb(150,159,5); }

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

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

 span { border-color: rgb(150,159,5); }

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