Html Css Color HEX #849528 Citron

📋 copy color: '#849528'

red 132 ◦ green 149 ◦ blue 40

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

Shades of Citron #849528

Tints of Citron #849528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.42%

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 41.12%
G = 46.42%
B = 12.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#849528 (or 0x849528) is known color: Citron. HEX triplet: 84, 95 and 28. RGB value is (132,149,40). Sum of RGB (Red+Green+Blue) = 132+149+40=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #849528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849528 is #7B6AD7. Grayscale: #838383. Windows color (decimal): -8088280 or 2659716. OLE color: 2659716.

HSL color Cylindrical-coordinate representation of color #849528: hue angle of 69.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #849528 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 149 40 -
CMYK 0.11 0 0.73 0.42
HSL 69.36º 0.58% 0.37% -
HSV(B) 69.36º 0.73% 0.58% -
XYZ 20.65 26.55 6.04 -
YUV 131.49 76.37 128.36 -
System Red Green Blue C M Y K H S L
Decimal 132 149 40 0.11 0 0.73 0.42 69.36 0.58 0.37
Hex 84 95 28 B 0 49 2A 45 3A 25
Octal 204 225 50 13 0 111 52 105 72 45
Binary 10000100 10010101 101000 1011 0 1001001 101010 1000101 111010 100101

Color Harmonies of #849528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849528

Black with #849528

Text Example


Text Example

White with #849528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849528; }

 p { color: rgb(132,149,40); }

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

background-color css

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

 a { background-color: rgb(132,149,40); }

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

border-color css

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

 span { border-color: rgb(132,149,40); }

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