Html Css Color HEX #849D1C Citron

📋 copy color: '#849D1C'

red 132 ◦ green 157 ◦ blue 28

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

Shades of Citron #849D1C

Tints of Citron #849D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.53%

 BLUE value IS 28 (11.33% from 255) = 8.83%

R = 41.64%
G = 49.53%
B = 8.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#849D1C (or 0x849D1C) is known color: Citron. HEX triplet: 84, 9D and 1C. RGB value is (132,157,28). Sum of RGB (Red+Green+Blue) = 132+157+28=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #849D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849D1C is #7B62E3. Grayscale: #878787. Windows color (decimal): -8086244 or 1875332. OLE color: 1875332.

HSL color Cylindrical-coordinate representation of color #849D1C: hue angle of 71.63º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #849D1C is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 157 28 -
CMYK 0.16 0 0.82 0.38
HSL 71.63º 0.7% 0.36% -
HSV(B) 71.63º 0.82% 0.62% -
XYZ 21.78 29.1 5.57 -
YUV 134.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 132 157 28 0.16 0 0.82 0.38 71.63 0.7 0.36
Hex 84 9D 1C 10 0 52 26 48 46 24
Octal 204 235 34 20 0 122 46 110 106 44
Binary 10000100 10011101 11100 10000 0 1010010 100110 1001000 1000110 100100

Color Harmonies of #849D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849D1C

Black with #849D1C

Text Example


Text Example

White with #849D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849D1C; }

 p { color: rgb(132,157,28); }

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

background-color css

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

 a { background-color: rgb(132,157,28); }

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

border-color css

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

 span { border-color: rgb(132,157,28); }

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