Html Css Color HEX #949315 Citron

📋 copy color: '#949315'

red 148 ◦ green 147 ◦ blue 21

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

Shades of Citron #949315

Tints of Citron #949315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

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

R = 46.84%
G = 46.52%
B = 6.65%

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

#949315 (or 0x949315) is known color: Citron. HEX triplet: 94, 93 and 15. RGB value is (148,147,21). Sum of RGB (Red+Green+Blue) = 148+147+21=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #949315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949315 is #6B6CEA. Grayscale: #858585. Windows color (decimal): -7040235 or 1414036. OLE color: 1414036.

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

Color convert

RGB 148 147 21 -
CMYK 0 0.01 0.86 0.42
HSL 59.53º 0.75% 0.33% -
HSV(B) 59.53º 0.86% 0.58% -
XYZ 22.78 27.22 4.76 -
YUV 132.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 148 147 21 0 0.01 0.86 0.42 59.53 0.75 0.33
Hex 94 93 15 0 1 56 2A 3C 4B 21
Octal 224 223 25 0 1 126 52 74 113 41
Binary 10010100 10010011 10101 0 1 1010110 101010 111100 1001011 100001

Color Harmonies of #949315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949315

Black with #949315

Text Example


Text Example

White with #949315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949315; }

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

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

background-color css

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

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

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

border-color css

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

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

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