Html Css Color HEX #949313 Citron

📋 copy color: '#949313'

red 148 ◦ green 147 ◦ blue 19

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

Shades of Citron #949313

Tints of Citron #949313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.82%

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

R = 47.13%
G = 46.82%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#949313 (or 0x949313) is known color: Citron. HEX triplet: 94, 93 and 13. RGB value is (148,147,19). Sum of RGB (Red+Green+Blue) = 148+147+19=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #949313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949313 is #6B6CEC. Grayscale: #858585. Windows color (decimal): -7040237 or 1282964. OLE color: 1282964.

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

Color convert

RGB 148 147 19 -
CMYK 0 0.01 0.87 0.42
HSL 59.53º 0.77% 0.33% -
HSV(B) 59.53º 0.87% 0.58% -
XYZ 22.76 27.21 4.67 -
YUV 132.71 63.83 138.91 -
System Red Green Blue C M Y K H S L
Decimal 148 147 19 0 0.01 0.87 0.42 59.53 0.77 0.33
Hex 94 93 13 0 1 57 2A 3C 4D 21
Octal 224 223 23 0 1 127 52 74 115 41
Binary 10010100 10010011 10011 0 1 1010111 101010 111100 1001101 100001

Color Harmonies of #949313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949313

Black with #949313

Text Example


Text Example

White with #949313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949313; }

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

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

background-color css

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

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

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

border-color css

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

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

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