Html Css Color HEX #949115 Citron

📋 copy color: '#949115'

red 148 ◦ green 145 ◦ blue 21

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

Shades of Citron #949115

Tints of Citron #949115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 47.13%
G = 46.18%
B = 6.69%

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

#949115 (or 0x949115) is known color: Citron. HEX triplet: 94, 91 and 15. RGB value is (148,145,21). Sum of RGB (Red+Green+Blue) = 148+145+21=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #949115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949115 is #6B6EEA. Grayscale: #848484. Windows color (decimal): -7040747 or 1413524. OLE color: 1413524.

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

Color convert

RGB 148 145 21 -
CMYK 0 0.02 0.86 0.42
HSL 58.58º 0.75% 0.33% -
HSV(B) 58.58º 0.86% 0.58% -
XYZ 22.47 26.6 4.66 -
YUV 131.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 148 145 21 0 0.02 0.86 0.42 58.58 0.75 0.33
Hex 94 91 15 0 2 56 2A 3B 4B 21
Octal 224 221 25 0 2 126 52 73 113 41
Binary 10010100 10010001 10101 0 10 1010110 101010 111011 1001011 100001

Color Harmonies of #949115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949115

Black with #949115

Text Example


Text Example

White with #949115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949115; }

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

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

background-color css

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

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

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

border-color css

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

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

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