Html Css Color HEX #919914 Citron

📋 copy color: '#919914'

red 145 ◦ green 153 ◦ blue 20

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

Shades of Citron #919914

Tints of Citron #919914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.11%

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

R = 45.6%
G = 48.11%
B = 6.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#919914 (or 0x919914) is known color: Citron. HEX triplet: 91, 99 and 14. RGB value is (145,153,20). Sum of RGB (Red+Green+Blue) = 145+153+20=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #919914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919914 is #6E66EB. Grayscale: #878787. Windows color (decimal): -7235308 or 1350033. OLE color: 1350033.

HSL color Cylindrical-coordinate representation of color #919914: hue angle of 63.61º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #919914 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 20 -
CMYK 0.05 0 0.87 0.4
HSL 63.61º 0.77% 0.34% -
HSV(B) 63.61º 0.87% 0.6% -
XYZ 23.19 28.85 5.01 -
YUV 135.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 145 153 20 0.05 0 0.87 0.4 63.61 0.77 0.34
Hex 91 99 14 5 0 57 28 40 4D 22
Octal 221 231 24 5 0 127 50 100 115 42
Binary 10010001 10011001 10100 101 0 1010111 101000 1000000 1001101 100010

Color Harmonies of #919914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919914

Black with #919914

Text Example


Text Example

White with #919914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919914; }

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

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

background-color css

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

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

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

border-color css

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

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

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