Html Css Color HEX #849610 Citron

📋 copy color: '#849610'

red 132 ◦ green 150 ◦ blue 16

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

Shades of Citron #849610

Tints of Citron #849610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 44.3%
G = 50.34%
B = 5.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#849610 (or 0x849610) is known color: Citron. HEX triplet: 84, 96 and 10. RGB value is (132,150,16). Sum of RGB (Red+Green+Blue) = 132+150+16=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #849610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849610 is #7B69EF. Grayscale: #818181. Windows color (decimal): -8088048 or 1087108. OLE color: 1087108.

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

Color convert

RGB 132 150 16 -
CMYK 0.12 0 0.89 0.41
HSL 68.06º 0.81% 0.33% -
HSV(B) 68.06º 0.89% 0.59% -
XYZ 20.52 26.76 4.57 -
YUV 129.34 64.04 129.9 -
System Red Green Blue C M Y K H S L
Decimal 132 150 16 0.12 0 0.89 0.41 68.06 0.81 0.33
Hex 84 96 10 C 0 59 29 44 51 21
Octal 204 226 20 14 0 131 51 104 121 41
Binary 10000100 10010110 10000 1100 0 1011001 101001 1000100 1010001 100001

Color Harmonies of #849610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849610

Black with #849610

Text Example


Text Example

White with #849610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849610; }

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

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

background-color css

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

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

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

border-color css

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

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

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