Html Css Color HEX #86931C Citron

📋 copy color: '#86931C'

red 134 ◦ green 147 ◦ blue 28

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

Shades of Citron #86931C

Tints of Citron #86931C

RGB

 RED value IS 134 (52.73% from 255) = 43.37%

 GREEN value IS 147 (57.81% from 255) = 47.57%

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

R = 43.37%
G = 47.57%
B = 9.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#86931C (or 0x86931C) is known color: Citron. HEX triplet: 86, 93 and 1C. RGB value is (134,147,28). Sum of RGB (Red+Green+Blue) = 134+147+28=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #86931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86931C is #796CE3. Grayscale: #828282. Windows color (decimal): -7957732 or 1872774. OLE color: 1872774.

HSL color Cylindrical-coordinate representation of color #86931C: hue angle of 66.55º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86931C is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 147 28 -
CMYK 0.09 0 0.81 0.42
HSL 66.55º 0.68% 0.34% -
HSV(B) 66.55º 0.81% 0.58% -
XYZ 20.47 26.02 5.04 -
YUV 129.55 70.69 131.18 -
System Red Green Blue C M Y K H S L
Decimal 134 147 28 0.09 0 0.81 0.42 66.55 0.68 0.34
Hex 86 93 1C 9 0 51 2A 43 44 22
Octal 206 223 34 11 0 121 52 103 104 42
Binary 10000110 10010011 11100 1001 0 1010001 101010 1000011 1000100 100010

Color Harmonies of #86931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86931C

Black with #86931C

Text Example


Text Example

White with #86931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86931C; }

 p { color: rgb(134,147,28); }

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

background-color css

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

 a { background-color: rgb(134,147,28); }

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

border-color css

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

 span { border-color: rgb(134,147,28); }

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