Html Css Color HEX #849314 Citron

📋 copy color: '#849314'

red 132 ◦ green 147 ◦ blue 20

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

Shades of Citron #849314

Tints of Citron #849314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 44.15%
G = 49.16%
B = 6.69%

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

#849314 (or 0x849314) is known color: Citron. HEX triplet: 84, 93 and 14. RGB value is (132,147,20). Sum of RGB (Red+Green+Blue) = 132+147+20=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #849314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849314 is #7B6CEB. Grayscale: #808080. Windows color (decimal): -8088812 or 1348484. OLE color: 1348484.

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

Color convert

RGB 132 147 20 -
CMYK 0.10 0 0.86 0.42
HSL 67.09º 0.76% 0.33% -
HSV(B) 67.09º 0.86% 0.58% -
XYZ 20.08 25.82 4.59 -
YUV 128.04 67.03 130.83 -
System Red Green Blue C M Y K H S L
Decimal 132 147 20 0.10 0 0.86 0.42 67.09 0.76 0.33
Hex 84 93 14 A 0 56 2A 43 4C 21
Octal 204 223 24 12 0 126 52 103 114 41
Binary 10000100 10010011 10100 1010 0 1010110 101010 1000011 1001100 100001

Color Harmonies of #849314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849314

Black with #849314

Text Example


Text Example

White with #849314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849314; }

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

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

background-color css

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

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

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

border-color css

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

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

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