Html Css Color HEX #90A521 Citron

📋 copy color: '#90A521'

red 144 ◦ green 165 ◦ blue 33

#90A521
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #90A521

Tints of Citron #90A521

RGB

 RED value IS 144 (56.64% from 255) = 42.11%

 GREEN value IS 165 (64.84% from 255) = 48.25%

 BLUE value IS 33 (13.28% from 255) = 9.65%

R = 42.11%
G = 48.25%
B = 9.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#90A521 (or 0x90A521) is known color: Citron. HEX triplet: 90, A5 and 21. RGB value is (144,165,33). Sum of RGB (Red+Green+Blue) = 144+165+33=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #90A521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A521 is #6F5ADE. Grayscale: #909090. Windows color (decimal): -7297759 or 2205072. OLE color: 2205072.

HSL color Cylindrical-coordinate representation of color #90A521: hue angle of 69.55º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90A521 is Cyan = 0.13, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 165 33 -
CMYK 0.13 0 0.8 0.35
HSL 69.55º 0.67% 0.39% -
HSV(B) 69.55º 0.8% 0.65% -
XYZ 25.23 32.95 6.47 -
YUV 143.67 65.54 128.23 -
System Red Green Blue C M Y K H S L
Decimal 144 165 33 0.13 0 0.8 0.35 69.55 0.67 0.39
Hex 90 A5 21 D 0 50 23 46 43 27
Octal 220 245 41 15 0 120 43 106 103 47
Binary 10010000 10100101 100001 1101 0 1010000 100011 1000110 1000011 100111

Color Harmonies of #90A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A521

Black with #90A521

Text Example


Text Example

White with #90A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A521; }

 p { color: rgb(144,165,33); }

 H1.HeaderClassName
 {
   color: #90A521;
 }
 .AnyTagClassName
 {
   color: #90A521;
 }
</style>

background-color css

<style>
 a { background-color: #90A521; }

 a { background-color: rgb(144,165,33); }

 div.DivClassName
 {
   background-color: #90A521;
 }
 .BgClassName
 {
   background-color: #90A521;
 }
</style>

border-color css

<style>
 span { border-color: #90A521; }

 span { border-color: rgb(144,165,33); }

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