Html Css Color HEX #849513 Citron

📋 copy color: '#849513'

red 132 ◦ green 149 ◦ blue 19

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

Shades of Citron #849513

Tints of Citron #849513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.67%

 BLUE value IS 19 (7.81% from 255) = 6.33%

R = 44%
G = 49.67%
B = 6.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#849513 (or 0x849513) is known color: Citron. HEX triplet: 84, 95 and 13. RGB value is (132,149,19). Sum of RGB (Red+Green+Blue) = 132+149+19=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #849513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849513 is #7B6AEC. Grayscale: #818181. Windows color (decimal): -8088301 or 1283460. OLE color: 1283460.

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

Color convert

RGB 132 149 19 -
CMYK 0.11 0 0.87 0.42
HSL 67.85º 0.77% 0.33% -
HSV(B) 67.85º 0.87% 0.58% -
XYZ 20.38 26.45 4.65 -
YUV 129.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 132 149 19 0.11 0 0.87 0.42 67.85 0.77 0.33
Hex 84 95 13 B 0 57 2A 44 4D 21
Octal 204 225 23 13 0 127 52 104 115 41
Binary 10000100 10010101 10011 1011 0 1010111 101010 1000100 1001101 100001

Color Harmonies of #849513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849513

Black with #849513

Text Example


Text Example

White with #849513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849513; }

 p { color: rgb(132,149,19); }

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

background-color css

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

 a { background-color: rgb(132,149,19); }

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

border-color css

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

 span { border-color: rgb(132,149,19); }

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