Html Css Color HEX #849621 Citron

📋 copy color: '#849621'

red 132 ◦ green 150 ◦ blue 33

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

Shades of Citron #849621

Tints of Citron #849621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.62%

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

R = 41.9%
G = 47.62%
B = 10.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#849621 (or 0x849621) is known color: Citron. HEX triplet: 84, 96 and 21. RGB value is (132,150,33). Sum of RGB (Red+Green+Blue) = 132+150+33=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #849621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849621 is #7B69DE. Grayscale: #838383. Windows color (decimal): -8088031 or 2201220. OLE color: 2201220.

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

Color convert

RGB 132 150 33 -
CMYK 0.12 0 0.78 0.41
HSL 69.23º 0.64% 0.36% -
HSV(B) 69.23º 0.78% 0.59% -
XYZ 20.7 26.83 5.53 -
YUV 131.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 132 150 33 0.12 0 0.78 0.41 69.23 0.64 0.36
Hex 84 96 21 C 0 4E 29 45 40 24
Octal 204 226 41 14 0 116 51 105 100 44
Binary 10000100 10010110 100001 1100 0 1001110 101001 1000101 1000000 100100

Color Harmonies of #849621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849621

Black with #849621

Text Example


Text Example

White with #849621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849621; }

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

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

background-color css

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

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

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

border-color css

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

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

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