Html Css Color HEX #918D16 Citron

📋 copy color: '#918D16'

red 145 ◦ green 141 ◦ blue 22

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

Shades of Citron #918D16

Tints of Citron #918D16

RGB

 RED value IS 145 (57.03% from 255) = 47.08%

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

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

R = 47.08%
G = 45.78%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#918D16 (or 0x918D16) is known color: Citron. HEX triplet: 91, 8D and 16. RGB value is (145,141,22). Sum of RGB (Red+Green+Blue) = 145+141+22=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #918D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918D16 is #6E72E9. Grayscale: #818181. Windows color (decimal): -7238378 or 1478033. OLE color: 1478033.

HSL color Cylindrical-coordinate representation of color #918D16: hue angle of 58.05º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #918D16 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 141 22 -
CMYK 0 0.03 0.85 0.43
HSL 58.05º 0.74% 0.33% -
HSV(B) 58.05º 0.85% 0.57% -
XYZ 21.35 25.13 4.48 -
YUV 128.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 145 141 22 0 0.03 0.85 0.43 58.05 0.74 0.33
Hex 91 8D 16 0 3 55 2B 3A 4A 21
Octal 221 215 26 0 3 125 53 72 112 41
Binary 10010001 10001101 10110 0 11 1010101 101011 111010 1001010 100001

Color Harmonies of #918D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D16

Black with #918D16

Text Example


Text Example

White with #918D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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