Html Css Color HEX #90980D Citron

📋 copy color: '#90980D'

red 144 ◦ green 152 ◦ blue 13

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

Shades of Citron #90980D

Tints of Citron #90980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 46.6%
G = 49.19%
B = 4.21%

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

#90980D (or 0x90980D) is known color: Citron. HEX triplet: 90, 98 and 0D. RGB value is (144,152,13). Sum of RGB (Red+Green+Blue) = 144+152+13=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #90980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90980D is #6F67F2. Grayscale: #868686. Windows color (decimal): -7301107 or 891024. OLE color: 891024.

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

Color convert

RGB 144 152 13 -
CMYK 0.05 0 0.91 0.40
HSL 63.45º 0.84% 0.32% -
HSV(B) 63.45º 0.91% 0.6% -
XYZ 22.8 28.41 4.66 -
YUV 133.76 59.85 135.3 -
System Red Green Blue C M Y K H S L
Decimal 144 152 13 0.05 0 0.91 0.40 63.45 0.84 0.32
Hex 90 98 D 5 0 5B 28 3F 54 20
Octal 220 230 15 5 0 133 50 77 124 40
Binary 10010000 10011000 1101 101 0 1011011 101000 111111 1010100 100000

Color Harmonies of #90980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90980D

Black with #90980D

Text Example


Text Example

White with #90980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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