Html Css Color HEX #949210 Citron

📋 copy color: '#949210'

red 148 ◦ green 146 ◦ blue 16

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

Shades of Citron #949210

Tints of Citron #949210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 47.74%
G = 47.1%
B = 5.16%

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

#949210 (or 0x949210) is known color: Citron. HEX triplet: 94, 92 and 10. RGB value is (148,146,16). Sum of RGB (Red+Green+Blue) = 148+146+16=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #949210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949210 is #6B6DEF. Grayscale: #848484. Windows color (decimal): -7040496 or 1086100. OLE color: 1086100.

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

Color convert

RGB 148 146 16 -
CMYK 0 0.01 0.89 0.42
HSL 59.09º 0.8% 0.32% -
HSV(B) 59.09º 0.89% 0.58% -
XYZ 22.59 26.89 4.49 -
YUV 131.78 62.66 139.57 -
System Red Green Blue C M Y K H S L
Decimal 148 146 16 0 0.01 0.89 0.42 59.09 0.8 0.32
Hex 94 92 10 0 1 59 2A 3B 50 20
Octal 224 222 20 0 1 131 52 73 120 40
Binary 10010100 10010010 10000 0 1 1011001 101010 111011 1010000 100000

Color Harmonies of #949210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949210

Black with #949210

Text Example


Text Example

White with #949210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949210; }

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

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

background-color css

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

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

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

border-color css

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

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

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