Html Css Color HEX #849D12 Citron

📋 copy color: '#849D12'

red 132 ◦ green 157 ◦ blue 18

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

Shades of Citron #849D12

Tints of Citron #849D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 43%
G = 51.14%
B = 5.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#849D12 (or 0x849D12) is known color: Citron. HEX triplet: 84, 9D and 12. RGB value is (132,157,18). Sum of RGB (Red+Green+Blue) = 132+157+18=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #849D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849D12 is #7B62ED. Grayscale: #868686. Windows color (decimal): -8086254 or 1219972. OLE color: 1219972.

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

Color convert

RGB 132 157 18 -
CMYK 0.16 0 0.89 0.38
HSL 70.79º 0.79% 0.34% -
HSV(B) 70.79º 0.89% 0.62% -
XYZ 21.68 29.06 5.04 -
YUV 133.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 132 157 18 0.16 0 0.89 0.38 70.79 0.79 0.34
Hex 84 9D 12 10 0 59 26 47 4F 22
Octal 204 235 22 20 0 131 46 107 117 42
Binary 10000100 10011101 10010 10000 0 1011001 100110 1000111 1001111 100010

Color Harmonies of #849D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849D12

Black with #849D12

Text Example


Text Example

White with #849D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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