Html Css Color HEX #849125 Citron

📋 copy color: '#849125'

red 132 ◦ green 145 ◦ blue 37

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

Shades of Citron #849125

Tints of Citron #849125

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

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

R = 42.04%
G = 46.18%
B = 11.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#849125 (or 0x849125) is known color: Citron. HEX triplet: 84, 91 and 25. RGB value is (132,145,37). Sum of RGB (Red+Green+Blue) = 132+145+37=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #849125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849125 is #7B6EDA. Grayscale: #818181. Windows color (decimal): -8089307 or 2462084. OLE color: 2462084.

HSL color Cylindrical-coordinate representation of color #849125: hue angle of 67.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #849125 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 37 -
CMYK 0.09 0 0.74 0.43
HSL 67.22º 0.59% 0.36% -
HSV(B) 67.22º 0.74% 0.57% -
XYZ 19.98 25.29 5.58 -
YUV 128.8 76.19 130.28 -
System Red Green Blue C M Y K H S L
Decimal 132 145 37 0.09 0 0.74 0.43 67.22 0.59 0.36
Hex 84 91 25 9 0 4A 2B 43 3B 24
Octal 204 221 45 11 0 112 53 103 73 44
Binary 10000100 10010001 100101 1001 0 1001010 101011 1000011 111011 100100

Color Harmonies of #849125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849125

Black with #849125

Text Example


Text Example

White with #849125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849125; }

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

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

background-color css

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

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

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

border-color css

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

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

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