#90942b

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

Shades of Citron #90942B

Tints of Citron #90942B

Color information

#90942B (or 0x90942B) is unknown color: approx Citron. HEX triplet: 90, 94 and 2B. RGB value is (144,148,43). Sum of RGB (Red+Green+Blue) = 144+148+43=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #90942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90942B is #6F6BD4. Grayscale: #878787. Windows color (decimal): -7302101 or 2856080. OLE color: 2856080.

HSL color Cylindrical-coordinate representation of color #90942B: hue angle of 62.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90942B is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14414843-
CMYK0.0300.710.42
HSL62.29º54.97%37.45%-
HSV(B)62.29º70.95%58.04%-
XYZ22.5327.286.36-
YUV134.8376.17134.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 43 (17.19% from 255) = 12.84%
R=42.99%
G=44.18%
B=12.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144148430.0300.710.4262.2954.9737.45
Hex90942B30472A3e3725
Octal220224533010752766745
Binary10010000100101001010111101000111101010111110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90942b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90942b; }

 p { color: rgb(144,148,43); }

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

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

 a { background-color: rgb(144,148,43); }

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

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

 span { border-color: rgb(144,148,43); }

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