#90962B

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

Shades of Citron #90962B

Tints of Citron #90962B

Color information

#90962B (or 0x90962B) is unknown color: approx Citron. HEX triplet: 90, 96 and 2B. RGB value is (144,150,43). Sum of RGB (Red+Green+Blue) = 144+150+43=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #90962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90962B is #6F69D4. Grayscale: #888888. Windows color (decimal): -7301589 or 2856592. OLE color: 2856592.

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

Color convert

RGB14415043-
CMYK0.0400.710.41
HSL63.36º55.44%37.84%-
HSV(B)63.36º71.33%58.82%-
XYZ22.8427.926.47-
YUV136.0175.51133.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 150 (58.98% from 255) = 44.51%
BLUE value IS 43 (17.19% from 255) = 12.76%
R=42.73%
G=44.51%
B=12.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144150430.0400.710.4163.3655.4437.84
Hex90962B4047293f3726
Octal220226534010751776746
Binary100100001001011010101110001000111101001111111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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