#90972A

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

Shades of Citron #90972A

Tints of Citron #90972A

Color information

#90972A (or 0x90972A) is unknown color: approx Citron. HEX triplet: 90, 97 and 2A. RGB value is (144,151,42). Sum of RGB (Red+Green+Blue) = 144+151+42=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #90972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90972A is #6F68D5. Grayscale: #888888. Windows color (decimal): -7301334 or 2791312. OLE color: 2791312.

HSL color Cylindrical-coordinate representation of color #90972A: hue angle of 63.85º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90972A is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB14415142-
CMYK0.0500.720.41
HSL63.85º56.48%37.84%-
HSV(B)63.85º72.19%59.22%-
XYZ22.9928.236.43-
YUV136.4874.68133.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 151 (59.38% from 255) = 44.81%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=42.73%
G=44.81%
B=12.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144151420.0500.720.4163.8556.4837.84
Hex90972A504829403826
Octal2202275250110511007046
Binary1001000010010111101010101010010001010011000000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90972A; }

 p { color: rgb(144,151,42); }

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

<style>
 a { background-color: #90972A; }

 a { background-color: rgb(144,151,42); }

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

<style>
 span { border-color: #90972A; }

 span { border-color: rgb(144,151,42); }

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