Html Css Color HEX #918D12 Citron

📋 copy color: '#918D12'

red 145 ◦ green 141 ◦ blue 18

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

Shades of Citron #918D12

Tints of Citron #918D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 47.7%
G = 46.38%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#918D12 (or 0x918D12) is known color: Citron. HEX triplet: 91, 8D and 12. RGB value is (145,141,18). Sum of RGB (Red+Green+Blue) = 145+141+18=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #918D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918D12 is #6E72ED. Grayscale: #808080. Windows color (decimal): -7238382 or 1215889. OLE color: 1215889.

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

Color convert

RGB 145 141 18 -
CMYK 0 0.03 0.88 0.43
HSL 58.11º 0.78% 0.32% -
HSV(B) 58.11º 0.88% 0.57% -
XYZ 21.31 25.11 4.3 -
YUV 128.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 145 141 18 0 0.03 0.88 0.43 58.11 0.78 0.32
Hex 91 8D 12 0 3 58 2B 3A 4E 20
Octal 221 215 22 0 3 130 53 72 116 40
Binary 10010001 10001101 10010 0 11 1011000 101011 111010 1001110 100000

Color Harmonies of #918D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D12

Black with #918D12

Text Example


Text Example

White with #918D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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