Html Css Color HEX #949913 Citron

📋 copy color: '#949913'

red 148 ◦ green 153 ◦ blue 19

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

Shades of Citron #949913

Tints of Citron #949913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.81%

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

R = 46.25%
G = 47.81%
B = 5.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#949913 (or 0x949913) is known color: Citron. HEX triplet: 94, 99 and 13. RGB value is (148,153,19). Sum of RGB (Red+Green+Blue) = 148+153+19=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #949913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949913 is #6B66EC. Grayscale: #888888. Windows color (decimal): -7038701 or 1284500. OLE color: 1284500.

HSL color Cylindrical-coordinate representation of color #949913: hue angle of 62.24º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #949913 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 19 -
CMYK 0.03 0 0.88 0.4
HSL 62.24º 0.78% 0.34% -
HSV(B) 62.24º 0.88% 0.6% -
XYZ 23.72 29.13 4.99 -
YUV 136.23 61.84 136.4 -
System Red Green Blue C M Y K H S L
Decimal 148 153 19 0.03 0 0.88 0.4 62.24 0.78 0.34
Hex 94 99 13 3 0 58 28 3E 4E 22
Octal 224 231 23 3 0 130 50 76 116 42
Binary 10010100 10011001 10011 11 0 1011000 101000 111110 1001110 100010

Color Harmonies of #949913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949913

Black with #949913

Text Example


Text Example

White with #949913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949913; }

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

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

background-color css

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

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

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

border-color css

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

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

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