Html Css Color HEX #849821 Citron

📋 copy color: '#849821'

red 132 ◦ green 152 ◦ blue 33

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

Shades of Citron #849821

Tints of Citron #849821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 41.64%
G = 47.95%
B = 10.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#849821 (or 0x849821) is known color: Citron. HEX triplet: 84, 98 and 21. RGB value is (132,152,33). Sum of RGB (Red+Green+Blue) = 132+152+33=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #849821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849821 is #7B67DE. Grayscale: #848484. Windows color (decimal): -8087519 or 2201732. OLE color: 2201732.

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

Color convert

RGB 132 152 33 -
CMYK 0.13 0 0.78 0.40
HSL 70.08º 0.64% 0.36% -
HSV(B) 70.08º 0.78% 0.6% -
XYZ 21.02 27.47 5.63 -
YUV 132.45 71.87 127.68 -
System Red Green Blue C M Y K H S L
Decimal 132 152 33 0.13 0 0.78 0.40 70.08 0.64 0.36
Hex 84 98 21 D 0 4E 28 46 40 24
Octal 204 230 41 15 0 116 50 106 100 44
Binary 10000100 10011000 100001 1101 0 1001110 101000 1000110 1000000 100100

Color Harmonies of #849821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849821

Black with #849821

Text Example


Text Example

White with #849821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849821; }

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

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

background-color css

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

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

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

border-color css

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

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

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