Html Css Color HEX #918C16 Citron

📋 copy color: '#918C16'

red 145 ◦ green 140 ◦ blue 22

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

Shades of Citron #918C16

Tints of Citron #918C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.6%

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

R = 47.23%
G = 45.6%
B = 7.17%

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

#918C16 (or 0x918C16) is known color: Citron. HEX triplet: 91, 8C and 16. RGB value is (145,140,22). Sum of RGB (Red+Green+Blue) = 145+140+22=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #918C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918C16 is #6E73E9. Grayscale: #808080. Windows color (decimal): -7238634 or 1477777. OLE color: 1477777.

HSL color Cylindrical-coordinate representation of color #918C16: hue angle of 57.56º 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 #918C16 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 140 22 -
CMYK 0 0.03 0.85 0.43
HSL 57.56º 0.74% 0.33% -
HSV(B) 57.56º 0.85% 0.57% -
XYZ 21.2 24.83 4.44 -
YUV 128.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 145 140 22 0 0.03 0.85 0.43 57.56 0.74 0.33
Hex 91 8C 16 0 3 55 2B 3A 4A 21
Octal 221 214 26 0 3 125 53 72 112 41
Binary 10010001 10001100 10110 0 11 1010101 101011 111010 1001010 100001

Color Harmonies of #918C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C16

Black with #918C16

Text Example


Text Example

White with #918C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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