Html Css Color HEX #849525 Citron

📋 copy color: '#849525'

red 132 ◦ green 149 ◦ blue 37

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

Shades of Citron #849525

Tints of Citron #849525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.64%

R = 41.51%
G = 46.86%
B = 11.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#849525 (or 0x849525) is known color: Citron. HEX triplet: 84, 95 and 25. RGB value is (132,149,37). Sum of RGB (Red+Green+Blue) = 132+149+37=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #849525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849525 is #7B6ADA. Grayscale: #838383. Windows color (decimal): -8088283 or 2463108. OLE color: 2463108.

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

Color convert

RGB 132 149 37 -
CMYK 0.11 0 0.75 0.42
HSL 69.11º 0.6% 0.36% -
HSV(B) 69.11º 0.75% 0.58% -
XYZ 20.6 26.53 5.79 -
YUV 131.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 132 149 37 0.11 0 0.75 0.42 69.11 0.6 0.36
Hex 84 95 25 B 0 4B 2A 45 3C 24
Octal 204 225 45 13 0 113 52 105 74 44
Binary 10000100 10010101 100101 1011 0 1001011 101010 1000101 111100 100100

Color Harmonies of #849525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849525

Black with #849525

Text Example


Text Example

White with #849525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849525; }

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

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

background-color css

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

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

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

border-color css

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

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

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