Html Css Color HEX #90A31C Citron

📋 copy color: '#90A31C'

red 144 ◦ green 163 ◦ blue 28

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

Shades of Citron #90A31C

Tints of Citron #90A31C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.66%

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 42.99%
G = 48.66%
B = 8.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#90A31C (or 0x90A31C) is known color: Citron. HEX triplet: 90, A3 and 1C. RGB value is (144,163,28). Sum of RGB (Red+Green+Blue) = 144+163+28=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #90A31C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A31C is #6F5CE3. Grayscale: #8E8E8E. Windows color (decimal): -7298276 or 1876880. OLE color: 1876880.

HSL color Cylindrical-coordinate representation of color #90A31C: hue angle of 68.44º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90A31C is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 163 28 -
CMYK 0.12 0 0.83 0.36
HSL 68.44º 0.71% 0.37% -
HSV(B) 68.44º 0.83% 0.64% -
XYZ 24.81 32.21 6.01 -
YUV 141.93 63.71 129.48 -
System Red Green Blue C M Y K H S L
Decimal 144 163 28 0.12 0 0.83 0.36 68.44 0.71 0.37
Hex 90 A3 1C C 0 53 24 44 47 25
Octal 220 243 34 14 0 123 44 104 107 45
Binary 10010000 10100011 11100 1100 0 1010011 100100 1000100 1000111 100101

Color Harmonies of #90A31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A31C

Black with #90A31C

Text Example


Text Example

White with #90A31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,163,28); }

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

background-color css

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

 a { background-color: rgb(144,163,28); }

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

border-color css

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

 span { border-color: rgb(144,163,28); }

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