Html Css Color HEX #949215 Citron

📋 copy color: '#949215'

red 148 ◦ green 146 ◦ blue 21

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

Shades of Citron #949215

Tints of Citron #949215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 46.98%
G = 46.35%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#949215 (or 0x949215) is known color: Citron. HEX triplet: 94, 92 and 15. RGB value is (148,146,21). Sum of RGB (Red+Green+Blue) = 148+146+21=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #949215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949215 is #6B6DEA. Grayscale: #848484. Windows color (decimal): -7040491 or 1413780. OLE color: 1413780.

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

Color convert

RGB 148 146 21 -
CMYK 0 0.01 0.86 0.42
HSL 59.06º 0.75% 0.33% -
HSV(B) 59.06º 0.86% 0.58% -
XYZ 22.63 26.91 4.71 -
YUV 132.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 148 146 21 0 0.01 0.86 0.42 59.06 0.75 0.33
Hex 94 92 15 0 1 56 2A 3B 4B 21
Octal 224 222 25 0 1 126 52 73 113 41
Binary 10010100 10010010 10101 0 1 1010110 101010 111011 1001011 100001

Color Harmonies of #949215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949215

Black with #949215

Text Example


Text Example

White with #949215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949215; }

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

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

background-color css

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

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

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

border-color css

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

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

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