Html Css Color HEX #849115 Citron

📋 copy color: '#849115'

red 132 ◦ green 145 ◦ blue 21

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

Shades of Citron #849115

Tints of Citron #849115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 44.3%
G = 48.66%
B = 7.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#849115 (or 0x849115) is known color: Citron. HEX triplet: 84, 91 and 15. RGB value is (132,145,21). Sum of RGB (Red+Green+Blue) = 132+145+21=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #849115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849115 is #7B6EEA. Grayscale: #7F7F7F. Windows color (decimal): -8089323 or 1413508. OLE color: 1413508.

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

Color convert

RGB 132 145 21 -
CMYK 0.09 0 0.86 0.43
HSL 66.29º 0.75% 0.33% -
HSV(B) 66.29º 0.86% 0.57% -
XYZ 19.78 25.21 4.53 -
YUV 126.98 68.19 131.58 -
System Red Green Blue C M Y K H S L
Decimal 132 145 21 0.09 0 0.86 0.43 66.29 0.75 0.33
Hex 84 91 15 9 0 56 2B 42 4B 21
Octal 204 221 25 11 0 126 53 102 113 41
Binary 10000100 10010001 10101 1001 0 1010110 101011 1000010 1001011 100001

Color Harmonies of #849115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849115

Black with #849115

Text Example


Text Example

White with #849115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849115; }

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

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

background-color css

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

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

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

border-color css

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

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

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