Html Css Color HEX #86981C Citron

📋 copy color: '#86981C'

red 134 ◦ green 152 ◦ blue 28

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

Shades of Citron #86981C

Tints of Citron #86981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

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

R = 42.68%
G = 48.41%
B = 8.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#86981C (or 0x86981C) is known color: Citron. HEX triplet: 86, 98 and 1C. RGB value is (134,152,28). Sum of RGB (Red+Green+Blue) = 134+152+28=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #86981C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86981C is #7967E3. Grayscale: #848484. Windows color (decimal): -7956452 or 1874054. OLE color: 1874054.

HSL color Cylindrical-coordinate representation of color #86981C: hue angle of 68.71º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86981C is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 28 -
CMYK 0.12 0 0.82 0.40
HSL 68.71º 0.69% 0.35% -
HSV(B) 68.71º 0.82% 0.6% -
XYZ 21.27 27.61 5.31 -
YUV 132.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 134 152 28 0.12 0 0.82 0.40 68.71 0.69 0.35
Hex 86 98 1C C 0 52 28 45 45 23
Octal 206 230 34 14 0 122 50 105 105 43
Binary 10000110 10011000 11100 1100 0 1010010 101000 1000101 1000101 100011

Color Harmonies of #86981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86981C

Black with #86981C

Text Example


Text Example

White with #86981C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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