Html Css Color HEX #949219 Citron

📋 copy color: '#949219'

red 148 ◦ green 146 ◦ blue 25

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

Shades of Citron #949219

Tints of Citron #949219

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.77%

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

R = 46.39%
G = 45.77%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#949219 (or 0x949219) is known color: Citron. HEX triplet: 94, 92 and 19. RGB value is (148,146,25). Sum of RGB (Red+Green+Blue) = 148+146+25=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #949219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949219 is #6B6DE6. Grayscale: #858585. Windows color (decimal): -7040487 or 1675924. OLE color: 1675924.

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

Color convert

RGB 148 146 25 -
CMYK 0 0.01 0.83 0.42
HSL 59.02º 0.71% 0.34% -
HSV(B) 59.02º 0.83% 0.58% -
XYZ 22.67 26.92 4.92 -
YUV 132.8 67.16 138.84 -
System Red Green Blue C M Y K H S L
Decimal 148 146 25 0 0.01 0.83 0.42 59.02 0.71 0.34
Hex 94 92 19 0 1 53 2A 3B 47 22
Octal 224 222 31 0 1 123 52 73 107 42
Binary 10010100 10010010 11001 0 1 1010011 101010 111011 1000111 100010

Color Harmonies of #949219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949219

Black with #949219

Text Example


Text Example

White with #949219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949219; }

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

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

background-color css

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

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

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

border-color css

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

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

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