Html Css Color HEX #86970C Citron

📋 copy color: '#86970C'

red 134 ◦ green 151 ◦ blue 12

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

Shades of Citron #86970C

Tints of Citron #86970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

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

R = 45.12%
G = 50.84%
B = 4.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#86970C (or 0x86970C) is known color: Citron. HEX triplet: 86, 97 and 0C. RGB value is (134,151,12). Sum of RGB (Red+Green+Blue) = 134+151+12=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #86970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86970C is #7968F3. Grayscale: #828282. Windows color (decimal): -7956724 or 825222. OLE color: 825222.

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

Color convert

RGB 134 151 12 -
CMYK 0.11 0 0.92 0.41
HSL 67.34º 0.85% 0.32% -
HSV(B) 67.34º 0.92% 0.59% -
XYZ 20.96 27.23 4.5 -
YUV 130.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 134 151 12 0.11 0 0.92 0.41 67.34 0.85 0.32
Hex 86 97 C B 0 5C 29 43 55 20
Octal 206 227 14 13 0 134 51 103 125 40
Binary 10000110 10010111 1100 1011 0 1011100 101001 1000011 1010101 100000

Color Harmonies of #86970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86970C

Black with #86970C

Text Example


Text Example

White with #86970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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