Html Css Color HEX #918D1D Citron

📋 copy color: '#918D1D'

red 145 ◦ green 141 ◦ blue 29

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

Shades of Citron #918D1D

Tints of Citron #918D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 46.03%
G = 44.76%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#918D1D (or 0x918D1D) is known color: Citron. HEX triplet: 91, 8D and 1D. RGB value is (145,141,29). Sum of RGB (Red+Green+Blue) = 145+141+29=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #918D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918D1D is #6E72E2. Grayscale: #818181. Windows color (decimal): -7238371 or 1936785. OLE color: 1936785.

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

Color convert

RGB 145 141 29 -
CMYK 0 0.03 0.8 0.43
HSL 57.93º 0.67% 0.34% -
HSV(B) 57.93º 0.8% 0.57% -
XYZ 21.42 25.16 4.89 -
YUV 129.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 145 141 29 0 0.03 0.8 0.43 57.93 0.67 0.34
Hex 91 8D 1D 0 3 50 2B 3A 43 22
Octal 221 215 35 0 3 120 53 72 103 42
Binary 10010001 10001101 11101 0 11 1010000 101011 111010 1000011 100010

Color Harmonies of #918D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D1D

Black with #918D1D

Text Example


Text Example

White with #918D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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