Html Css Color HEX #949211 Citron

📋 copy color: '#949211'

red 148 ◦ green 146 ◦ blue 17

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

Shades of Citron #949211

Tints of Citron #949211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.47%

R = 47.59%
G = 46.95%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#949211 (or 0x949211) is known color: Citron. HEX triplet: 94, 92 and 11. RGB value is (148,146,17). Sum of RGB (Red+Green+Blue) = 148+146+17=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #949211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949211 is #6B6DEE. Grayscale: #848484. Windows color (decimal): -7040495 or 1151636. OLE color: 1151636.

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

Color convert

RGB 148 146 17 -
CMYK 0 0.01 0.89 0.42
HSL 59.08º 0.79% 0.32% -
HSV(B) 59.08º 0.89% 0.58% -
XYZ 22.59 26.89 4.53 -
YUV 131.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 148 146 17 0 0.01 0.89 0.42 59.08 0.79 0.32
Hex 94 92 11 0 1 59 2A 3B 4F 20
Octal 224 222 21 0 1 131 52 73 117 40
Binary 10010100 10010010 10001 0 1 1011001 101010 111011 1001111 100000

Color Harmonies of #949211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949211

Black with #949211

Text Example


Text Example

White with #949211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949211; }

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

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

background-color css

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

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

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

border-color css

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

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

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