Html Css Color HEX #949414 Citron

📋 copy color: '#949414'

red 148 ◦ green 148 ◦ blue 20

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

Shades of Citron #949414

Tints of Citron #949414

RGB

 RED value IS 148 (58.2% from 255) = 46.84%

 GREEN value IS 148 (58.2% from 255) = 46.84%

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

R = 46.84%
G = 46.84%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#949414 (or 0x949414) is known color: Citron. HEX triplet: 94, 94 and 14. RGB value is (148,148,20). Sum of RGB (Red+Green+Blue) = 148+148+20=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949414 is #6B6BEB. Grayscale: #858585. Windows color (decimal): -7039980 or 1348756. OLE color: 1348756.

HSL color Cylindrical-coordinate representation of color #949414: hue angle of 60º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #949414 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 148 20 -
CMYK 0 0 0.86 0.42
HSL 60º 0.76% 0.33% -
HSV(B) 60º 0.86% 0.58% -
XYZ 22.93 27.53 4.77 -
YUV 133.41 64 138.41 -
System Red Green Blue C M Y K H S L
Decimal 148 148 20 0 0 0.86 0.42 60 0.76 0.33
Hex 94 94 14 0 0 56 2A 3C 4C 21
Octal 224 224 24 0 0 126 52 74 114 41
Binary 10010100 10010100 10100 0 0 1010110 101010 111100 1001100 100001

Color Harmonies of #949414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949414

Black with #949414

Text Example


Text Example

White with #949414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949414; }

 p { color: rgb(148,148,20); }

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

background-color css

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

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

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

border-color css

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

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

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