Html Css Color HEX #918F14 Citron

📋 copy color: '#918F14'

red 145 ◦ green 143 ◦ blue 20

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

Shades of Citron #918F14

Tints of Citron #918F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.43%

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

R = 47.08%
G = 46.43%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#918F14 (or 0x918F14) is known color: Citron. HEX triplet: 91, 8F and 14. RGB value is (145,143,20). Sum of RGB (Red+Green+Blue) = 145+143+20=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #918F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918F14 is #6E70EB. Grayscale: #828282. Windows color (decimal): -7237868 or 1347473. OLE color: 1347473.

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

Color convert

RGB 145 143 20 -
CMYK 0 0.01 0.86 0.43
HSL 59.04º 0.76% 0.32% -
HSV(B) 59.04º 0.86% 0.57% -
XYZ 21.63 25.72 4.49 -
YUV 129.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 145 143 20 0 0.01 0.86 0.43 59.04 0.76 0.32
Hex 91 8F 14 0 1 56 2B 3B 4C 20
Octal 221 217 24 0 1 126 53 73 114 40
Binary 10010001 10001111 10100 0 1 1010110 101011 111011 1001100 100000

Color Harmonies of #918F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918F14

Black with #918F14

Text Example


Text Example

White with #918F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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