#90951F

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

Shades of Citron #90951F

Tints of Citron #90951F

Color information

#90951F (or 0x90951F) is unknown color: approx Citron. HEX triplet: 90, 95 and 1F. RGB value is (144,149,31). Sum of RGB (Red+Green+Blue) = 144+149+31=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #90951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90951F is #6F6AE0. Grayscale: #868686. Windows color (decimal): -7301857 or 2069904. OLE color: 2069904.

HSL color Cylindrical-coordinate representation of color #90951F: hue angle of 62.54º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90951F is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14414931-
CMYK0.0300.790.42
HSL62.54º65.56%35.29%-
HSV(B)62.54º79.19%58.43%-
XYZ22.527.525.42-
YUV134.0569.84135.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=44.44%
G=45.99%
B=9.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144149310.0300.790.4262.5465.5635.29
Hex90951F304F2A3f4223
Octal2202253730117527710243
Binary10010000100101011111111010011111010101111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90951F; }

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

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

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

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

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

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

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

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