Html Css Color HEX #849320 Citron

📋 copy color: '#849320'

red 132 ◦ green 147 ◦ blue 32

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

Shades of Citron #849320

Tints of Citron #849320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 42.44%
G = 47.27%
B = 10.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#849320 (or 0x849320) is known color: Citron. HEX triplet: 84, 93 and 20. RGB value is (132,147,32). Sum of RGB (Red+Green+Blue) = 132+147+32=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #849320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849320 is #7B6CDF. Grayscale: #818181. Windows color (decimal): -8088800 or 2134916. OLE color: 2134916.

HSL color Cylindrical-coordinate representation of color #849320: hue angle of 67.83º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #849320 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 32 -
CMYK 0.10 0 0.78 0.42
HSL 67.83º 0.64% 0.35% -
HSV(B) 67.83º 0.78% 0.58% -
XYZ 20.21 25.88 5.3 -
YUV 129.41 73.03 129.85 -
System Red Green Blue C M Y K H S L
Decimal 132 147 32 0.10 0 0.78 0.42 67.83 0.64 0.35
Hex 84 93 20 A 0 4E 2A 44 40 23
Octal 204 223 40 12 0 116 52 104 100 43
Binary 10000100 10010011 100000 1010 0 1001110 101010 1000100 1000000 100011

Color Harmonies of #849320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849320

Black with #849320

Text Example


Text Example

White with #849320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849320; }

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

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

background-color css

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

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

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

border-color css

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

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

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