Html Css Color HEX #949212 Citron

📋 copy color: '#949212'

red 148 ◦ green 146 ◦ blue 18

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

Shades of Citron #949212

Tints of Citron #949212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 47.44%
G = 46.79%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#949212 (or 0x949212) is known color: Citron. HEX triplet: 94, 92 and 12. RGB value is (148,146,18). Sum of RGB (Red+Green+Blue) = 148+146+18=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #949212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949212 is #6B6DED. Grayscale: #848484. Windows color (decimal): -7040494 or 1217172. OLE color: 1217172.

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

Color convert

RGB 148 146 18 -
CMYK 0 0.01 0.88 0.42
HSL 59.08º 0.78% 0.33% -
HSV(B) 59.08º 0.88% 0.58% -
XYZ 22.6 26.9 4.57 -
YUV 132.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 148 146 18 0 0.01 0.88 0.42 59.08 0.78 0.33
Hex 94 92 12 0 1 58 2A 3B 4E 21
Octal 224 222 22 0 1 130 52 73 116 41
Binary 10010100 10010010 10010 0 1 1011000 101010 111011 1001110 100001

Color Harmonies of #949212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949212

Black with #949212

Text Example


Text Example

White with #949212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949212; }

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

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

background-color css

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

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

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

border-color css

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

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

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