Html Css Color HEX #86980C Citron

📋 copy color: '#86980C'

red 134 ◦ green 152 ◦ blue 12

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

Shades of Citron #86980C

Tints of Citron #86980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 44.97%
G = 51.01%
B = 4.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#86980C (or 0x86980C) is known color: Citron. HEX triplet: 86, 98 and 0C. RGB value is (134,152,12). Sum of RGB (Red+Green+Blue) = 134+152+12=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #86980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86980C is #7967F3. Grayscale: #838383. Windows color (decimal): -7956468 or 825478. OLE color: 825478.

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

Color convert

RGB 134 152 12 -
CMYK 0.12 0 0.92 0.40
HSL 67.71º 0.85% 0.32% -
HSV(B) 67.71º 0.92% 0.6% -
XYZ 21.13 27.55 4.55 -
YUV 130.66 61.04 130.38 -
System Red Green Blue C M Y K H S L
Decimal 134 152 12 0.12 0 0.92 0.40 67.71 0.85 0.32
Hex 86 98 C C 0 5C 28 44 55 20
Octal 206 230 14 14 0 134 50 104 125 40
Binary 10000110 10011000 1100 1100 0 1011100 101000 1000100 1010101 100000

Color Harmonies of #86980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86980C

Black with #86980C

Text Example


Text Example

White with #86980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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