Html Css Color HEX #90980E Citron

📋 copy color: '#90980E'

red 144 ◦ green 152 ◦ blue 14

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

Shades of Citron #90980E

Tints of Citron #90980E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 46.45%
G = 49.03%
B = 4.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#90980E (or 0x90980E) is known color: Citron. HEX triplet: 90, 98 and 0E. RGB value is (144,152,14). Sum of RGB (Red+Green+Blue) = 144+152+14=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #90980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90980E is #6F67F1. Grayscale: #868686. Windows color (decimal): -7301106 or 956560. OLE color: 956560.

HSL color Cylindrical-coordinate representation of color #90980E: hue angle of 63.48º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90980E is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 152 14 -
CMYK 0.05 0 0.91 0.40
HSL 63.48º 0.83% 0.33% -
HSV(B) 63.48º 0.91% 0.6% -
XYZ 22.81 28.42 4.7 -
YUV 133.88 60.35 135.22 -
System Red Green Blue C M Y K H S L
Decimal 144 152 14 0.05 0 0.91 0.40 63.48 0.83 0.33
Hex 90 98 E 5 0 5B 28 3F 53 21
Octal 220 230 16 5 0 133 50 77 123 41
Binary 10010000 10011000 1110 101 0 1011011 101000 111111 1010011 100001

Color Harmonies of #90980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90980E

Black with #90980E

Text Example


Text Example

White with #90980E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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