Html Css Color HEX #949217 Citron

📋 copy color: '#949217'

red 148 ◦ green 146 ◦ blue 23

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

Shades of Citron #949217

Tints of Citron #949217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 46.69%
G = 46.06%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#949217 (or 0x949217) is known color: Citron. HEX triplet: 94, 92 and 17. RGB value is (148,146,23). Sum of RGB (Red+Green+Blue) = 148+146+23=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #949217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949217 is #6B6DE8. Grayscale: #858585. Windows color (decimal): -7040489 or 1544852. OLE color: 1544852.

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

Color convert

RGB 148 146 23 -
CMYK 0 0.01 0.84 0.42
HSL 59.04º 0.73% 0.34% -
HSV(B) 59.04º 0.84% 0.58% -
XYZ 22.65 26.92 4.81 -
YUV 132.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 148 146 23 0 0.01 0.84 0.42 59.04 0.73 0.34
Hex 94 92 17 0 1 54 2A 3B 49 22
Octal 224 222 27 0 1 124 52 73 111 42
Binary 10010100 10010010 10111 0 1 1010100 101010 111011 1001001 100010

Color Harmonies of #949217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949217

Black with #949217

Text Example


Text Example

White with #949217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949217; }

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

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

background-color css

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

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

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

border-color css

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

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

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