#969C27

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

Shades of Citron #969C27

Tints of Citron #969C27

Color information

#969C27 (or 0x969C27) is unknown color: approx Citron. HEX triplet: 96, 9C and 27. RGB value is (150,156,39). Sum of RGB (Red+Green+Blue) = 150+156+39=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #969C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969C27 is #6963D8. Grayscale: #8D8D8D. Windows color (decimal): -6906841 or 2595990. OLE color: 2595990.

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

Color convert

RGB15015639-
CMYK0.0400.750.39
HSL63.08º60%38.24%-
HSV(B)63.08º75%61.18%-
XYZ24.8330.416.48-
YUV140.8770.51134.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 156 (61.33% from 255) = 45.22%
BLUE value IS 39 (15.62% from 255) = 11.30%
R=43.48%
G=45.22%
B=11.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150156390.0400.750.3963.086038.24
Hex969C27404B273f3c26
Octal226234474011347777446
Binary100101101001110010011110001001011100111111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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