Html Css Color HEX #849820 Citron

📋 copy color: '#849820'

red 132 ◦ green 152 ◦ blue 32

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

Shades of Citron #849820

Tints of Citron #849820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.1%

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

R = 41.77%
G = 48.1%
B = 10.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#849820 (or 0x849820) is known color: Citron. HEX triplet: 84, 98 and 20. RGB value is (132,152,32). Sum of RGB (Red+Green+Blue) = 132+152+32=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #849820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849820 is #7B67DF. Grayscale: #848484. Windows color (decimal): -8087520 or 2136196. OLE color: 2136196.

HSL color Cylindrical-coordinate representation of color #849820: hue angle of 70º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #849820 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 32 -
CMYK 0.13 0 0.79 0.40
HSL 70º 0.65% 0.36% -
HSV(B) 70º 0.79% 0.6% -
XYZ 21 27.47 5.56 -
YUV 132.34 71.37 127.76 -
System Red Green Blue C M Y K H S L
Decimal 132 152 32 0.13 0 0.79 0.40 70 0.65 0.36
Hex 84 98 20 D 0 4F 28 46 41 24
Octal 204 230 40 15 0 117 50 106 101 44
Binary 10000100 10011000 100000 1101 0 1001111 101000 1000110 1000001 100100

Color Harmonies of #849820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849820

Black with #849820

Text Example


Text Example

White with #849820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849820; }

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

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

background-color css

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

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

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

border-color css

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

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

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