Html Css Color HEX #949319 Citron

📋 copy color: '#949319'

red 148 ◦ green 147 ◦ blue 25

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

Shades of Citron #949319

Tints of Citron #949319

RGB

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

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

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

R = 46.25%
G = 45.94%
B = 7.81%

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

#949319 (or 0x949319) is known color: Citron. HEX triplet: 94, 93 and 19. RGB value is (148,147,25). Sum of RGB (Red+Green+Blue) = 148+147+25=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #949319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949319 is #6B6CE6. Grayscale: #858585. Windows color (decimal): -7040231 or 1676180. OLE color: 1676180.

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

Color convert

RGB 148 147 25 -
CMYK 0 0.01 0.83 0.42
HSL 59.51º 0.71% 0.34% -
HSV(B) 59.51º 0.83% 0.58% -
XYZ 22.82 27.23 4.97 -
YUV 133.39 66.83 138.42 -
System Red Green Blue C M Y K H S L
Decimal 148 147 25 0 0.01 0.83 0.42 59.51 0.71 0.34
Hex 94 93 19 0 1 53 2A 3C 47 22
Octal 224 223 31 0 1 123 52 74 107 42
Binary 10010100 10010011 11001 0 1 1010011 101010 111100 1000111 100010

Color Harmonies of #949319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949319

Black with #949319

Text Example


Text Example

White with #949319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949319; }

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

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

background-color css

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

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

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

border-color css

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

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

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