Html Css Color HEX #949117 Citron

📋 copy color: '#949117'

red 148 ◦ green 145 ◦ blue 23

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

Shades of Citron #949117

Tints of Citron #949117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.28%

R = 46.84%
G = 45.89%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#949117 (or 0x949117) is known color: Citron. HEX triplet: 94, 91 and 17. RGB value is (148,145,23). Sum of RGB (Red+Green+Blue) = 148+145+23=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #949117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949117 is #6B6EE8. Grayscale: #848484. Windows color (decimal): -7040745 or 1544596. OLE color: 1544596.

HSL color Cylindrical-coordinate representation of color #949117: hue angle of 58.56º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #949117 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 23 -
CMYK 0 0.02 0.84 0.42
HSL 58.56º 0.73% 0.34% -
HSV(B) 58.56º 0.84% 0.58% -
XYZ 22.49 26.61 4.76 -
YUV 131.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 148 145 23 0 0.02 0.84 0.42 58.56 0.73 0.34
Hex 94 91 17 0 2 54 2A 3B 49 22
Octal 224 221 27 0 2 124 52 73 111 42
Binary 10010100 10010001 10111 0 10 1010100 101010 111011 1001001 100010

Color Harmonies of #949117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949117

Black with #949117

Text Example


Text Example

White with #949117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949117; }

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

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

background-color css

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

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

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

border-color css

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

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

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