Html Css Color HEX #918D1A Citron

📋 copy color: '#918D1A'

red 145 ◦ green 141 ◦ blue 26

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

Shades of Citron #918D1A

Tints of Citron #918D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 46.47%
G = 45.19%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#918D1A (or 0x918D1A) is known color: Citron. HEX triplet: 91, 8D and 1A. RGB value is (145,141,26). Sum of RGB (Red+Green+Blue) = 145+141+26=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #918D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918D1A is #6E72E5. Grayscale: #818181. Windows color (decimal): -7238374 or 1740177. OLE color: 1740177.

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

Color convert

RGB 145 141 26 -
CMYK 0 0.03 0.82 0.43
HSL 57.98º 0.7% 0.34% -
HSV(B) 57.98º 0.82% 0.57% -
XYZ 21.39 25.14 4.7 -
YUV 129.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 145 141 26 0 0.03 0.82 0.43 57.98 0.7 0.34
Hex 91 8D 1A 0 3 52 2B 3A 46 22
Octal 221 215 32 0 3 122 53 72 106 42
Binary 10010001 10001101 11010 0 11 1010010 101011 111010 1000110 100010

Color Harmonies of #918D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D1A

Black with #918D1A

Text Example


Text Example

White with #918D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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