Html Css Color HEX #90981E Citron

📋 copy color: '#90981E'

red 144 ◦ green 152 ◦ blue 30

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

Shades of Citron #90981E

Tints of Citron #90981E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.63%

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 44.17%
G = 46.63%
B = 9.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#90981E (or 0x90981E) is known color: Citron. HEX triplet: 90, 98 and 1E. RGB value is (144,152,30). Sum of RGB (Red+Green+Blue) = 144+152+30=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #90981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90981E is #6F67E1. Grayscale: #888888. Windows color (decimal): -7301090 or 2005136. OLE color: 2005136.

HSL color Cylindrical-coordinate representation of color #90981E: hue angle of 63.93º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90981E is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 152 30 -
CMYK 0.05 0 0.80 0.40
HSL 63.93º 0.67% 0.36% -
HSV(B) 63.93º 0.8% 0.6% -
XYZ 22.96 28.48 5.52 -
YUV 135.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 144 152 30 0.05 0 0.80 0.40 63.93 0.67 0.36
Hex 90 98 1E 5 0 50 28 40 43 24
Octal 220 230 36 5 0 120 50 100 103 44
Binary 10010000 10011000 11110 101 0 1010000 101000 1000000 1000011 100100

Color Harmonies of #90981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90981E

Black with #90981E

Text Example


Text Example

White with #90981E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90981E; }

 p { color: rgb(144,152,30); }

 H1.HeaderClassName
 {
   color: #90981E;
 }
 .AnyTagClassName
 {
   color: #90981E;
 }
</style>

background-color css

<style>
 a { background-color: #90981E; }

 a { background-color: rgb(144,152,30); }

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

border-color css

<style>
 span { border-color: #90981E; }

 span { border-color: rgb(144,152,30); }

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