#969C05

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

Shades of Citron #969C05

Tints of Citron #969C05

Color information

#969C05 (or 0x969C05) is unknown color: approx Citron. HEX triplet: 96, 9C and 05. RGB value is (150,156,5). Sum of RGB (Red+Green+Blue) = 150+156+5=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #969C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969C05 is #6963FA. Grayscale: #898989. Windows color (decimal): -6906875 or 367766. OLE color: 367766.

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

Color convert

RGB1501565-
CMYK0.0400.970.39
HSL62.38º93.79%31.57%-
HSV(B)62.38º96.79%61.18%-
XYZ24.4930.274.7-
YUV136.9953.51137.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 156 (61.33% from 255) = 50.16%
BLUE value IS 5 (2.34% from 255) = 1.61%
R=48.23%
G=50.16%
B=1.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15015650.0400.970.3962.3893.7931.57
Hex969C54061273e5e20
Octal226234540141477613640
Binary1001011010011100101100011000011001111111101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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