Html Css Color HEX #949113 Citron

📋 copy color: '#949113'

red 148 ◦ green 145 ◦ blue 19

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

Shades of Citron #949113

Tints of Citron #949113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.09%

R = 47.44%
G = 46.47%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#949113 (or 0x949113) is known color: Citron. HEX triplet: 94, 91 and 13. RGB value is (148,145,19). Sum of RGB (Red+Green+Blue) = 148+145+19=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #949113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949113 is #6B6EEC. Grayscale: #848484. Windows color (decimal): -7040749 or 1282452. OLE color: 1282452.

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

Color convert

RGB 148 145 19 -
CMYK 0 0.02 0.87 0.42
HSL 58.6º 0.77% 0.33% -
HSV(B) 58.6º 0.87% 0.58% -
XYZ 22.46 26.59 4.57 -
YUV 131.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 148 145 19 0 0.02 0.87 0.42 58.6 0.77 0.33
Hex 94 91 13 0 2 57 2A 3B 4D 21
Octal 224 221 23 0 2 127 52 73 115 41
Binary 10010100 10010001 10011 0 10 1010111 101010 111011 1001101 100001

Color Harmonies of #949113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949113

Black with #949113

Text Example


Text Example

White with #949113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949113; }

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

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

background-color css

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

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

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

border-color css

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

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

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