Html Css Color HEX #949114 Citron

📋 copy color: '#949114'

red 148 ◦ green 145 ◦ blue 20

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

Shades of Citron #949114

Tints of Citron #949114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

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

R = 47.28%
G = 46.33%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#949114 (or 0x949114) is known color: Citron. HEX triplet: 94, 91 and 14. RGB value is (148,145,20). Sum of RGB (Red+Green+Blue) = 148+145+20=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #949114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949114 is #6B6EEB. Grayscale: #848484. Windows color (decimal): -7040748 or 1347988. OLE color: 1347988.

HSL color Cylindrical-coordinate representation of color #949114: hue angle of 58.59º 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 #949114 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 20 -
CMYK 0 0.02 0.86 0.42
HSL 58.59º 0.76% 0.33% -
HSV(B) 58.59º 0.86% 0.58% -
XYZ 22.46 26.6 4.61 -
YUV 131.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 148 145 20 0 0.02 0.86 0.42 58.59 0.76 0.33
Hex 94 91 14 0 2 56 2A 3B 4C 21
Octal 224 221 24 0 2 126 52 73 114 41
Binary 10010100 10010001 10100 0 10 1010110 101010 111011 1001100 100001

Color Harmonies of #949114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949114

Black with #949114

Text Example


Text Example

White with #949114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949114; }

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

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

background-color css

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

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

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

border-color css

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

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

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