Html Css Color HEX #90992A Citron

📋 copy color: '#90992A'

red 144 ◦ green 153 ◦ blue 42

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

Shades of Citron #90992A

Tints of Citron #90992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.13%

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 42.48%
G = 45.13%
B = 12.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#90992A (or 0x90992A) is known color: Citron. HEX triplet: 90, 99 and 2A. RGB value is (144,153,42). Sum of RGB (Red+Green+Blue) = 144+153+42=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #90992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90992A is #6F66D5. Grayscale: #8A8A8A. Windows color (decimal): -7300822 or 2791824. OLE color: 2791824.

HSL color Cylindrical-coordinate representation of color #90992A: hue angle of 64.86º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90992A is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 42 -
CMYK 0.06 0 0.73 0.4
HSL 64.86º 0.57% 0.38% -
HSV(B) 64.86º 0.73% 0.6% -
XYZ 23.31 28.88 6.54 -
YUV 137.66 74.02 132.53 -
System Red Green Blue C M Y K H S L
Decimal 144 153 42 0.06 0 0.73 0.4 64.86 0.57 0.38
Hex 90 99 2A 6 0 49 28 41 39 26
Octal 220 231 52 6 0 111 50 101 71 46
Binary 10010000 10011001 101010 110 0 1001001 101000 1000001 111001 100110

Color Harmonies of #90992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90992A

Black with #90992A

Text Example


Text Example

White with #90992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90992A;
 }
 .AnyTagClassName
 {
   color: #90992A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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