Html Css Color HEX #918C14 Citron

📋 copy color: '#918C14'

red 145 ◦ green 140 ◦ blue 20

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

Shades of Citron #918C14

Tints of Citron #918C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 47.54%
G = 45.9%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#918C14 (or 0x918C14) is known color: Citron. HEX triplet: 91, 8C and 14. RGB value is (145,140,20). Sum of RGB (Red+Green+Blue) = 145+140+20=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #918C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918C14 is #6E73EB. Grayscale: #808080. Windows color (decimal): -7238636 or 1346705. OLE color: 1346705.

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

Color convert

RGB 145 140 20 -
CMYK 0 0.03 0.86 0.43
HSL 57.6º 0.76% 0.32% -
HSV(B) 57.6º 0.86% 0.57% -
XYZ 21.18 24.83 4.34 -
YUV 127.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 145 140 20 0 0.03 0.86 0.43 57.6 0.76 0.32
Hex 91 8C 14 0 3 56 2B 3A 4C 20
Octal 221 214 24 0 3 126 53 72 114 40
Binary 10010001 10001100 10100 0 11 1010110 101011 111010 1001100 100000

Color Harmonies of #918C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C14

Black with #918C14

Text Example


Text Example

White with #918C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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