#90962D

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

Shades of Citron #90962D

Tints of Citron #90962D

Color information

#90962D (or 0x90962D) is unknown color: approx Citron. HEX triplet: 90, 96 and 2D. RGB value is (144,150,45). Sum of RGB (Red+Green+Blue) = 144+150+45=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #90962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90962D is #6F69D2. Grayscale: #888888. Windows color (decimal): -7301587 or 2987664. OLE color: 2987664.

HSL color Cylindrical-coordinate representation of color #90962D: hue angle of 63.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90962D is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB14415045-
CMYK0.0400.700.41
HSL63.43º53.85%38.24%-
HSV(B)63.43º70%58.82%-
XYZ22.8827.936.67-
YUV136.2476.51133.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=42.48%
G=44.25%
B=13.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144150450.0400.700.4163.4353.8538.24
Hex90962D4046293f3626
Octal220226554010651776646
Binary100100001001011010110110001000110101001111111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90962D; }

 p { color: rgb(144,150,45); }

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

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

 a { background-color: rgb(144,150,45); }

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

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

 span { border-color: rgb(144,150,45); }

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