Html Css Color HEX #849224 Citron

📋 copy color: '#849224'

red 132 ◦ green 146 ◦ blue 36

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

Shades of Citron #849224

Tints of Citron #849224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.46%

R = 42.04%
G = 46.5%
B = 11.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#849224 (or 0x849224) is known color: Citron. HEX triplet: 84, 92 and 24. RGB value is (132,146,36). Sum of RGB (Red+Green+Blue) = 132+146+36=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #849224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849224 is #7B6DDB. Grayscale: #818181. Windows color (decimal): -8089052 or 2396804. OLE color: 2396804.

HSL color Cylindrical-coordinate representation of color #849224: hue angle of 67.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #849224 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 146 36 -
CMYK 0.10 0 0.75 0.43
HSL 67.64º 0.6% 0.36% -
HSV(B) 67.64º 0.75% 0.57% -
XYZ 20.11 25.59 5.55 -
YUV 129.27 75.36 129.94 -
System Red Green Blue C M Y K H S L
Decimal 132 146 36 0.10 0 0.75 0.43 67.64 0.6 0.36
Hex 84 92 24 A 0 4B 2B 44 3C 24
Octal 204 222 44 12 0 113 53 104 74 44
Binary 10000100 10010010 100100 1010 0 1001011 101011 1000100 111100 100100

Color Harmonies of #849224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849224

Black with #849224

Text Example


Text Example

White with #849224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849224; }

 p { color: rgb(132,146,36); }

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

background-color css

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

 a { background-color: rgb(132,146,36); }

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

border-color css

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

 span { border-color: rgb(132,146,36); }

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