Html Css Color HEX #849315 Citron

📋 copy color: '#849315'

red 132 ◦ green 147 ◦ blue 21

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

Shades of Citron #849315

Tints of Citron #849315

RGB

 RED value IS 132 (51.95% from 255) = 44%

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

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

R = 44%
G = 49%
B = 7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#849315 (or 0x849315) is known color: Citron. HEX triplet: 84, 93 and 15. RGB value is (132,147,21). Sum of RGB (Red+Green+Blue) = 132+147+21=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #849315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849315 is #7B6CEA. Grayscale: #808080. Windows color (decimal): -8088811 or 1414020. OLE color: 1414020.

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

Color convert

RGB 132 147 21 -
CMYK 0.10 0 0.86 0.42
HSL 67.14º 0.75% 0.33% -
HSV(B) 67.14º 0.86% 0.58% -
XYZ 20.08 25.83 4.64 -
YUV 128.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 132 147 21 0.10 0 0.86 0.42 67.14 0.75 0.33
Hex 84 93 15 A 0 56 2A 43 4B 21
Octal 204 223 25 12 0 126 52 103 113 41
Binary 10000100 10010011 10101 1010 0 1010110 101010 1000011 1001011 100001

Color Harmonies of #849315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849315

Black with #849315

Text Example


Text Example

White with #849315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849315; }

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

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

background-color css

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

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

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

border-color css

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

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

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