#969824

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

Shades of Citron #969824

Tints of Citron #969824

Color information

#969824 (or 0x969824) is unknown color: approx Citron. HEX triplet: 96, 98 and 24. RGB value is (150,152,36). Sum of RGB (Red+Green+Blue) = 150+152+36=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #969824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969824 is #6967DB. Grayscale: #8A8A8A. Windows color (decimal): -6907868 or 2398358. OLE color: 2398358.

HSL color Cylindrical-coordinate representation of color #969824: hue angle of 61.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #969824 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15015236-
CMYK0.0100.760.40
HSL61.03º61.7%36.86%-
HSV(B)61.03º76.32%59.61%-
XYZ24.1229.076.01-
YUV138.1870.34136.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 36 (14.45% from 255) = 10.65%
R=44.38%
G=44.97%
B=10.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150152360.0100.760.4061.0361.736.86
Hex969824104C283d3e25
Octal226230441011450757645
Binary1001011010011000100100101001100101000111101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969824; }

 p { color: rgb(150,152,36); }

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

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

 a { background-color: rgb(150,152,36); }

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

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

 span { border-color: rgb(150,152,36); }

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