#90950C

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

Shades of Citron #90950C

Tints of Citron #90950C

Color information

#90950C (or 0x90950C) is unknown color: approx Citron. HEX triplet: 90, 95 and 0C. RGB value is (144,149,12). Sum of RGB (Red+Green+Blue) = 144+149+12=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #90950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90950C is #6F6AF3. Grayscale: #848484. Windows color (decimal): -7301876 or 824720. OLE color: 824720.

HSL color Cylindrical-coordinate representation of color #90950C: hue angle of 62.19º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90950C is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14414912-
CMYK0.0300.920.42
HSL62.19º85.09%31.57%-
HSV(B)62.19º91.95%58.43%-
XYZ22.3227.454.47-
YUV131.8960.34136.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 149 (58.59% from 255) = 48.85%
BLUE value IS 12 (5.08% from 255) = 3.93%
R=47.21%
G=48.85%
B=3.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144149120.0300.920.4262.1985.0931.57
Hex9095C305C2A3e5520
Octal2202251430134527612540
Binary1001000010010101110011010111001010101111101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90950C; }

 p { color: rgb(144,149,12); }

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

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

 a { background-color: rgb(144,149,12); }

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

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

 span { border-color: rgb(144,149,12); }

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