Html Css Color HEX #908D16 Citron

📋 copy color: '#908D16'

red 144 ◦ green 141 ◦ blue 22

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

Shades of Citron #908D16

Tints of Citron #908D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.93%

 BLUE value IS 22 (8.98% from 255) = 7.17%

R = 46.91%
G = 45.93%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#908D16 (or 0x908D16) is known color: Citron. HEX triplet: 90, 8D and 16. RGB value is (144,141,22). Sum of RGB (Red+Green+Blue) = 144+141+22=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #908D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908D16 is #6F72E9. Grayscale: #808080. Windows color (decimal): -7303914 or 1478032. OLE color: 1478032.

HSL color Cylindrical-coordinate representation of color #908D16: hue angle of 58.52º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #908D16 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 141 22 -
CMYK 0 0.02 0.85 0.44
HSL 58.52º 0.73% 0.33% -
HSV(B) 58.52º 0.85% 0.56% -
XYZ 21.17 25.04 4.48 -
YUV 128.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 144 141 22 0 0.02 0.85 0.44 58.52 0.73 0.33
Hex 90 8D 16 0 2 55 2C 3B 49 21
Octal 220 215 26 0 2 125 54 73 111 41
Binary 10010000 10001101 10110 0 10 1010101 101100 111011 1001001 100001

Color Harmonies of #908D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908D16

Black with #908D16

Text Example


Text Example

White with #908D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908D16; }

 p { color: rgb(144,141,22); }

 H1.HeaderClassName
 {
   color: #908D16;
 }
 .AnyTagClassName
 {
   color: #908D16;
 }
</style>

background-color css

<style>
 a { background-color: #908D16; }

 a { background-color: rgb(144,141,22); }

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

border-color css

<style>
 span { border-color: #908D16; }

 span { border-color: rgb(144,141,22); }

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