Html Css Color HEX #949413 Citron

📋 copy color: '#949413'

red 148 ◦ green 148 ◦ blue 19

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

Shades of Citron #949413

Tints of Citron #949413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

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

R = 46.98%
G = 46.98%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#949413 (or 0x949413) is known color: Citron. HEX triplet: 94, 94 and 13. RGB value is (148,148,19). Sum of RGB (Red+Green+Blue) = 148+148+19=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949413 is #6B6BEC. Grayscale: #858585. Windows color (decimal): -7039981 or 1283220. OLE color: 1283220.

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

Color convert

RGB 148 148 19 -
CMYK 0 0 0.87 0.42
HSL 60º 0.77% 0.33% -
HSV(B) 60º 0.87% 0.58% -
XYZ 22.92 27.52 4.72 -
YUV 133.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 148 148 19 0 0 0.87 0.42 60 0.77 0.33
Hex 94 94 13 0 0 57 2A 3C 4D 21
Octal 224 224 23 0 0 127 52 74 115 41
Binary 10010100 10010100 10011 0 0 1010111 101010 111100 1001101 100001

Color Harmonies of #949413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949413

Black with #949413

Text Example


Text Example

White with #949413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949413; }

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

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

background-color css

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

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

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

border-color css

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

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

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