Html Css Color HEX #949519 Citron

📋 copy color: '#949519'

red 148 ◦ green 149 ◦ blue 25

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

Shades of Citron #949519

Tints of Citron #949519

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.27%

 BLUE value IS 25 (10.16% from 255) = 7.76%

R = 45.96%
G = 46.27%
B = 7.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#949519 (or 0x949519) is known color: Citron. HEX triplet: 94, 95 and 19. RGB value is (148,149,25). Sum of RGB (Red+Green+Blue) = 148+149+25=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #949519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949519 is #6B6AE6. Grayscale: #878787. Windows color (decimal): -7039719 or 1676692. OLE color: 1676692.

HSL color Cylindrical-coordinate representation of color #949519: hue angle of 60.48º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #949519 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 25 -
CMYK 0.01 0 0.83 0.42
HSL 60.48º 0.71% 0.34% -
HSV(B) 60.48º 0.83% 0.58% -
XYZ 23.14 27.86 5.08 -
YUV 134.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 148 149 25 0.01 0 0.83 0.42 60.48 0.71 0.34
Hex 94 95 19 1 0 53 2A 3C 47 22
Octal 224 225 31 1 0 123 52 74 107 42
Binary 10010100 10010101 11001 1 0 1010011 101010 111100 1000111 100010

Color Harmonies of #949519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949519

Black with #949519

Text Example


Text Example

White with #949519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949519; }

 p { color: rgb(148,149,25); }

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

background-color css

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

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

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

border-color css

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

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

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